From 24640235e24d8d26b269c42ce05e4f694cbff24e Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 28 Feb 2005 06:08:55 +0000 Subject: [PATCH] fix ScreenWME off commands don't play --- stepmania/src/ScreenAttract.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenAttract.cpp b/stepmania/src/ScreenAttract.cpp index 6cadfce9b6..63f1857664 100644 --- a/stepmania/src/ScreenAttract.cpp +++ b/stepmania/src/ScreenAttract.cpp @@ -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