fix crash

This commit is contained in:
Glenn Maynard
2003-04-02 06:07:58 +00:00
parent 3af4c96506
commit f4429f4ddb
+2 -1
View File
@@ -109,7 +109,8 @@ void ScreenDemonstration::HandleScreenMessage( const ScreenMessage SM )
{
case SM_NotesEnded:
case SM_BeginFadingOut:
m_Out.StartTransitioning( SM_GoToNextScreen );
if(!m_Out.IsTransitioning())
m_Out.StartTransitioning( SM_GoToNextScreen );
return;
case SM_GoToNextScreen:
m_soundMusic.Stop();