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
+1 -1
View File
@@ -112,7 +112,7 @@ void ScreenSongOptions::GoToPrevState()
void ScreenSongOptions::GoToNextState()
{
SOUNDMAN->music->StopPlaying();
SOUNDMAN->StopMusic();
SCREENMAN->SetNewScreen( "ScreenStage" );
}