IET_SLOW_REPEAT -> IET_REPEAT

This commit is contained in:
Glenn Maynard
2006-09-13 02:59:05 +00:00
parent d03db0c4f9
commit c71d8f7425
17 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -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 */
}