Fixed Rocks being flagged as on the ground while they are carried
[supertux.git] / src / title.cpp
index f3829f5..2a34b10 100644 (file)
@@ -473,6 +473,7 @@ TitleScreen::update(float elapsed_time)
           break;
         case MNID_QUITMAINMENU:
           main_loop->quit(new FadeOut(0.25));
+                 sound_manager->stop_music(0.25);
           break;
       }
     } else if(menu == load_game_menu.get()) {