fix ScreenWME off commands don't play
This commit is contained in:
@@ -126,8 +126,8 @@ void ScreenAttract::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
{
|
{
|
||||||
case SM_MenuTimer:
|
case SM_MenuTimer:
|
||||||
case SM_BeginFadingOut:
|
case SM_BeginFadingOut:
|
||||||
if( !m_Out.IsTransitioning() )
|
if( !IsTransitioning() )
|
||||||
m_Out.StartTransitioning( SM_GoToNextScreen );
|
StartTransitioning( SM_GoToNextScreen );
|
||||||
break;
|
break;
|
||||||
case SM_GoToNextScreen:
|
case SM_GoToNextScreen:
|
||||||
/* Look at the def of the screen we're going to; if it has a music theme element
|
/* Look at the def of the screen we're going to; if it has a music theme element
|
||||||
|
|||||||
Reference in New Issue
Block a user