fix crash

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