fix ScreenWME off commands don't play

This commit is contained in:
Chris Danford
2005-02-28 06:08:55 +00:00
parent 8b31bfab71
commit 24640235e2
+2 -2
View File
@@ -126,8 +126,8 @@ void ScreenAttract::HandleScreenMessage( const ScreenMessage SM )
{
case SM_MenuTimer:
case SM_BeginFadingOut:
if( !m_Out.IsTransitioning() )
m_Out.StartTransitioning( SM_GoToNextScreen );
if( !IsTransitioning() )
StartTransitioning( SM_GoToNextScreen );
break;
case SM_GoToNextScreen:
/* Look at the def of the screen we're going to; if it has a music theme element