projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68880ec
)
fade out music on quit
author
Matthias Braun
<matze@braunis.de>
Fri, 25 May 2007 14:15:57 +0000
(14:15 +0000)
committer
Matthias Braun
<matze@braunis.de>
Fri, 25 May 2007 14:15:57 +0000
(14:15 +0000)
SVN-Revision: 5011
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
f3829f5
..
2a34b10
100644
(file)
--- 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()) {