From 7318d47e4ca36526b5086a5262ba8bdd0e165462 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Fri, 17 Sep 2004 18:20:33 +0000 Subject: [PATCH] Fix: Autoreapeat works. --- stepmania/src/ScreenNetSelectMusic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenNetSelectMusic.cpp b/stepmania/src/ScreenNetSelectMusic.cpp index 46d566d235..76ed83319d 100644 --- a/stepmania/src/ScreenNetSelectMusic.cpp +++ b/stepmania/src/ScreenNetSelectMusic.cpp @@ -244,7 +244,7 @@ void ScreenNetSelectMusic::Input( const DeviceInput& DeviceI, const InputEventTy if( m_In.IsTransitioning() || m_Out.IsTransitioning() ) return; - if( (type != IET_FIRST_PRESS) && (type != IET_SLOW_REPEAT) ) + if( (type != IET_FIRST_PRESS) && (type != IET_SLOW_REPEAT) && (type != IET_FAST_REPEAT ) ) return; bool bHoldingShift =