From e5e6a3ee165a084e637ab235e62e0cdadbe34cea Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 20 Feb 2004 03:38:39 +0000 Subject: [PATCH] revert to wait on back on keyboard, too (doesn't wait as long as it does for other inputs) --- 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 989f232692..9d210ee5ee 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1475,7 +1475,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 || + (DeviceI.device==DEVICE_KEYBOARD && (type==IET_SLOW_REPEAT||type==IET_FAST_REPEAT)) || (DeviceI.device!=DEVICE_KEYBOARD && type==IET_FAST_REPEAT)) ) { /* I had battle mode back out on me mysteriously once. -glenn */