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