diff --git a/stepmania/src/ScreenEnding.cpp b/stepmania/src/ScreenEnding.cpp index 0f69dc040a..853da24ef0 100644 --- a/stepmania/src/ScreenEnding.cpp +++ b/stepmania/src/ScreenEnding.cpp @@ -119,8 +119,7 @@ void ScreenEnding::Init() void ScreenEnding::Input( const InputEventPlus &input ) { - bool bIsTransitioning = m_In.IsTransitioning() || m_Out.IsTransitioning(); - if( input.MenuI.IsValid() && !bIsTransitioning ) + if( input.MenuI.IsValid() && !IsTransitioning() ) { switch( input.MenuI.button ) {