remove IET_FAST_REPEAT

This commit is contained in:
Glenn Maynard
2006-09-13 02:55:19 +00:00
parent 73dec47116
commit d03db0c4f9
13 changed files with 20 additions and 24 deletions
+1 -2
View File
@@ -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 */
}