diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index f097eb082f..a14d8f2e85 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -804,6 +804,7 @@ void ScreenSelectMusic::Input( const DeviceInput& DeviceI, InputEventType type, if( !GAMESTATE->IsHumanPlayer(pn) ) return; + // Check for "Press START again for options" button press if( m_bMadeChoice && MenuI.IsValid() && MenuI.button == MENU_BUTTON_START &&