This commit is contained in:
Glenn Maynard
2006-01-17 21:40:39 +00:00
parent ce43aab773
commit a42ba8e13f
3 changed files with 4 additions and 7 deletions
+1 -4
View File
@@ -214,12 +214,9 @@ void ScreenOptions::InitMenu( const vector<OptionRowHandler*> &vHands )
row.SetDrawOrder( 1 );
m_framePage.AddChild( &row );
OptionRowHandler* hand = vHands[r];
const OptionRowDefinition &def = vHands[r]->m_Def;
bool bFirstRowGoesDown = m_OptionsNavigation==NAV_TOGGLE_THREE_KEY;
row.LoadNormal( def, hand, bFirstRowGoesDown );
row.LoadNormal( vHands[r], bFirstRowGoesDown );
row.InitText();
}