abstract music completely

This commit is contained in:
Glenn Maynard
2003-01-21 02:16:40 +00:00
parent 749b2f36a7
commit 6cd9b429b7
15 changed files with 32 additions and 31 deletions
+2 -2
View File
@@ -150,7 +150,7 @@ void ScreenEditMenu::MenuStart( PlayerNumber pn )
return;
}
SOUNDMAN->music->StopPlaying();
SOUNDMAN->StopMusic();
// get the style
@@ -168,7 +168,7 @@ void ScreenEditMenu::MenuBack( PlayerNumber pn )
{
m_Menu.TweenOffScreenToBlack( SM_None, true );
SOUNDMAN->music->StopPlaying();
SOUNDMAN->StopMusic();
m_Fade.CloseWipingLeft( SM_GoToPrevScreen );
}