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
@@ -207,7 +207,8 @@ void ScreenJukebox::HandleScreenMessage( const ScreenMessage SM )
m_Out.StartTransitioning( SM_GoToNextScreen );
return;
case SM_GoToNextScreen:
m_soundMusic.Stop();
if( m_pSoundMusic )
m_pSoundMusic->Stop();
SCREENMAN->SetNewScreen( "ScreenJukebox" );
return;
}