Add a separate nav type for the options menu. Pressing left or right

on "EXIT" and having it move off, and having left and right move around
on stray menu entries with only one entry is strange.
This commit is contained in:
Glenn Maynard
2004-01-09 05:50:15 +00:00
parent 99b000129b
commit 27fda591a4
3 changed files with 42 additions and 12 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ ScreenOptionsMaster::ScreenOptionsMaster( CString sClassName ):
GAMESTATE->m_MasterPlayerNumber = PlayerNumber(0);
}
if( Flags[i] == "smnavigation" )
SetSMOptionsNavigation( true );
SetNavigation( NAV_THREE_KEY_MENU );
}
if( NumRows == -1 )