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 ) {