Load OptionRow metrics from the parent screen's type

This commit is contained in:
Chris Danford
2005-03-20 20:34:33 +00:00
parent 5011c51e2e
commit 6342b78d3e
+1 -1
View File
@@ -161,7 +161,7 @@ void ScreenOptions::InitMenu( InputMode im, const vector<OptionRowDefinition> &v
bool bFirstRowGoesDown = m_OptionsNavigation==NAV_TOGGLE_THREE_KEY;
row.LoadMetrics( OPTION_ROW_TYPE );
row.LoadMetrics( m_sName );
row.LoadNormal( def, hand, bFirstRowGoesDown );
FOREACH_HumanPlayer( p )