This commit is contained in:
Glenn Maynard
2006-10-14 04:55:36 +00:00
parent be34821955
commit ec030b56ba
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ void ScreenOptions::Init()
m_sprMore->PlayCommand( "LoseFocus" );
m_framePage.AddChild( m_sprMore );
m_OptionRowType.Load( m_sName );
m_OptionRowType.Load( m_sName, this );
}
void ScreenOptions::InitMenu( const vector<OptionRowHandler*> &vHands )