bgm chain mixing

This commit is contained in:
Glenn Maynard
2004-10-25 03:47:22 +00:00
parent 9582577d84
commit e88da4a8a1
6 changed files with 109 additions and 15 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ void ScreenDemonstration::HandleScreenMessage( const ScreenMessage SM )
break;
case SM_GoToNextScreen:
m_soundMusic.Stop();
if( m_pSoundMusic )
m_pSoundMusic->Stop();
GAMESTATE->Reset();
SOUNDMAN->SetPrefs( PREFSMAN->m_fSoundVolume ); // turn volume back on
SCREENMAN->SetNewScreen( NEXT_SCREEN );