ScreenWithMenuElements::StartTransitioning -> StartTransitioningScreen, to make searching
for it easier (vs. Transition::StartTransitioning). (Trying to simplify tweening; this may go back later.)
This commit is contained in:
@@ -109,7 +109,7 @@ void ScreenAttract::HandleScreenMessage( const ScreenMessage SM )
|
||||
SM == SM_BeginFadingOut )
|
||||
{
|
||||
if( !IsTransitioning() )
|
||||
StartTransitioning( SM_GoToNextScreen );
|
||||
StartTransitioningScreen( SM_GoToNextScreen );
|
||||
}
|
||||
else if( SM == SM_GoToStartScreen )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user