From c38d156a5bb8633bce5635fb41419f3d90a6f662 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 28 Nov 2003 23:26:14 +0000 Subject: [PATCH] should fix back --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index bcb43ad419..762c2a6ee2 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1390,7 +1390,7 @@ void ScreenGameplay::Input( const DeviceInput& DeviceI, const InputEventType typ if( MenuI.button == MENU_BUTTON_BACK && ((!PREFSMAN->m_bDelayedEscape && type==IET_FIRST_PRESS) || - (DeviceI.device==DEVICE_KEYBOARD && type==IET_SLOW_REPEAT) || + (DeviceI.device==DEVICE_KEYBOARD && (type==IET_SLOW_REPEAT||type==IET_FAST_REPEAT)) || (DeviceI.device!=DEVICE_KEYBOARD && type==IET_FAST_REPEAT)) ) { m_DancingState = STATE_OUTRO;