This commit is contained in:
Glenn Maynard
2006-01-15 06:58:18 +00:00
parent c50d049209
commit b744d72b74
+1 -1
View File
@@ -618,7 +618,7 @@ void ScreenOptions::HandleScreenMessage( const ScreenMessage SM )
} }
else if( SM == SM_BeginFadingOut ) else if( SM == SM_BeginFadingOut )
{ {
if(IsTransitioning()) if( IsTransitioning() )
return; /* already transitioning */ return; /* already transitioning */
StartTransitioningScreen( SM_ExportOptions ); StartTransitioningScreen( SM_ExportOptions );