X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.cpp;h=2a34b101e56bc8a3d5cdc2d3b0c3a0c099ff3015;hb=aec9bf199857d0ae1a5dc54cd96ae37177493deb;hp=f3829f5feb1c3a68efacdc2365be25b0f7695a03;hpb=c76625a8f9ca44b1a2b2b45acece01a858759861;p=supertux.git diff --git a/src/title.cpp b/src/title.cpp index f3829f5fe..2a34b101e 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -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()) {