separate initializing text and setting m_iChoiceInRowWithFocus

This commit is contained in:
Glenn Maynard
2005-07-15 06:54:10 +00:00
parent ff5f5f4035
commit 618f71f3d4
3 changed files with 60 additions and 45 deletions
+1
View File
@@ -217,6 +217,7 @@ void ScreenOptions::InitMenu( const vector<OptionRowDefinition> &vDefs, const ve
row.LoadMetrics( m_sName );
row.LoadNormal( def, hand, bFirstRowGoesDown );
row.InitText();
vector<PlayerNumber> vpns;
FOREACH_HumanPlayer( p )