added new invincible sound and dedicated music based on the theme song
[supertux.git] / src / sector.cpp
index fdae3ff..eb3ead6 100644 (file)
@@ -1461,7 +1461,7 @@ Sector::play_music(MusicType type)
       sound_manager->play_music(music);
       break;
     case HERRING_MUSIC:
-      sound_manager->play_music("music/salcon.ogg");
+      sound_manager->play_music("music/invincible.ogg");
       break;
     case HERRING_WARNING_MUSIC:
       sound_manager->stop_music(TUX_INVINCIBLE_TIME_WARNING);