change over music

This commit is contained in:
Glenn Maynard
2003-01-02 07:45:05 +00:00
parent 94216ccaa2
commit db041c3900
13 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ void ScreenEditMenu::MenuStart( PlayerNumber pn )
return;
}
MUSIC->Stop();
SOUNDMAN->music->StopPlaying();
// get the style
@@ -168,7 +168,7 @@ void ScreenEditMenu::MenuBack( PlayerNumber pn )
{
m_Menu.TweenOffScreenToBlack( SM_None, true );
MUSIC->Stop();
SOUNDMAN->music->StopPlaying();
m_Fade.CloseWipingLeft( SM_GoToPrevScreen );
}