remove IET_FAST_REPEAT
This commit is contained in:
@@ -301,8 +301,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
|
||||
if( !m_bAllowOptionsMenu )
|
||||
return; /* not allowed */
|
||||
|
||||
if( !m_bAllowOptionsMenuRepeat &&
|
||||
(input.type == IET_SLOW_REPEAT || input.type == IET_FAST_REPEAT ))
|
||||
if( !m_bAllowOptionsMenuRepeat && input.type == IET_SLOW_REPEAT )
|
||||
{
|
||||
return; /* not allowed yet */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user