fix player options coming up when it shouldn't (post-3.9)

This commit is contained in:
Glenn Maynard
2004-10-06 20:40:46 +00:00
parent cce6d86acb
commit 532177bee3
+1
View File
@@ -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() )