don't let Start wrap

This commit is contained in:
Chris Danford
2005-04-03 12:13:04 +00:00
parent 5228c309ac
commit 7398a2947b
+3
View File
@@ -850,6 +850,9 @@ void ScreenOptions::MenuStart( PlayerNumber pn, const InputEventType type )
switch( m_OptionsNavigation )
{
case NAV_THREE_KEY:
// don't wrap
if( iCurRow == m_Rows.size()-1 )
return;
MenuDown( pn, type );
break;
case NAV_TOGGLE_THREE_KEY: