From fd7c6b131ca02a6a0cc61427bc0922fadcf9831a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Aug 2004 22:39:56 +0000 Subject: [PATCH] fix player options/song options BGM continuing to play after exiting in editor --- stepmania/src/ScreenEdit.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index d6f5b3256c..f4541c3859 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1380,6 +1380,10 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM ) case SM_BackFromSongOptions: // coming back from PlayerOptions or SongOptions GAMESTATE->StoreSelectedOptions(); + + // stop any music that screen may have been playing + SOUND->StopMusic(); + break; case SM_BackFromInsertAttack: {