diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index 6c2d6b501f..364804120b 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -689,8 +689,10 @@ void ScreenSelectMusic::Input( const InputEventPlus &input ) input.type != IET_LEVEL_CHANGED && OPTIONS_MENU_AVAILABLE.GetValue() ) { - if(m_bGoToOptions) return; /* got it already */ - if(!m_bAllowOptionsMenu) return; /* not allowed */ + if( m_bGoToOptions ) + return; /* got it already */ + if( !m_bAllowOptionsMenu ) + return; /* not allowed */ if( !m_bAllowOptionsMenuRepeat && (input.type == IET_SLOW_REPEAT || input.type == IET_FAST_REPEAT ))