This commit is contained in:
Glenn Maynard
2006-03-01 08:37:04 +00:00
parent de33dac2cb
commit 38dc0d4896
+4 -2
View File
@@ -689,8 +689,10 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
input.type != IET_LEVEL_CHANGED &&
OPTIONS_MENU_AVAILABLE.GetValue() )
{
if(m_bGoToOptions) return; /* got it already */
if(!m_bAllowOptionsMenu) return; /* not allowed */
if( m_bGoToOptions )
return; /* got it already */
if( !m_bAllowOptionsMenu )
return; /* not allowed */
if( !m_bAllowOptionsMenuRepeat &&
(input.type == IET_SLOW_REPEAT || input.type == IET_FAST_REPEAT ))