diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index a5ae176d41..9409373613 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -753,6 +753,7 @@ void ScreenSelectMusic::Input( const DeviceInput& DeviceI, InputEventType type, MenuI.IsValid() && MenuI.button == MENU_BUTTON_START && type != IET_RELEASE && + type != IET_LEVEL_CHANGED && IsTransitioning() && !GAMESTATE->IsExtraStage() && !GAMESTATE->IsExtraStage2() )