Fix: Autoreapeat works.

This commit is contained in:
Charles Lohr
2004-09-17 18:20:33 +00:00
parent 6037c8b49b
commit 7318d47e4c
+1 -1
View File
@@ -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 =