From 532177bee31f14376def200ad556d00381b459ea Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 6 Oct 2004 20:40:46 +0000 Subject: [PATCH] fix player options coming up when it shouldn't (post-3.9) --- stepmania/src/ScreenSelectMusic.cpp | 1 + 1 file changed, 1 insertion(+) 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() )