fix a crash

This commit is contained in:
Glenn Maynard
2003-03-30 21:42:10 +00:00
parent 0b7b1cdcd2
commit 5c9ae0b4b1
+2
View File
@@ -416,6 +416,8 @@ void ScreenOptions::HandleScreenMessage( const ScreenMessage SM )
this->GoToNextState();
break;
case SM_BeginFadingOut:
if(m_Menu.IsTransitioning())
return; /* already transitioning */
m_Menu.StartTransitioning( SM_GoToNextScreen );
m_SoundStart.Play();