From 4b7edef4d7eb945941fa00327e6bd036efe7e857 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 15 Sep 2006 01:54:21 +0000 Subject: [PATCH] Allow repeating left/right. --- stepmania/src/ScreenPrompt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenPrompt.cpp b/stepmania/src/ScreenPrompt.cpp index b439adfcb7..115fc7caf2 100644 --- a/stepmania/src/ScreenPrompt.cpp +++ b/stepmania/src/ScreenPrompt.cpp @@ -110,7 +110,7 @@ void ScreenPrompt::Input( const InputEventPlus &input ) if( IsTransitioning() ) return; - if( input.DeviceI.device==DEVICE_KEYBOARD && input.type==IET_FIRST_PRESS ) + if( input.DeviceI.device==DEVICE_KEYBOARD ) { switch( input.DeviceI.button ) {