Begin support for dynamic prefs options

This commit is contained in:
Glenn Maynard
2003-09-28 05:15:27 +00:00
parent 8aa6fa6d0b
commit 62bd1d208d
3 changed files with 21 additions and 3 deletions
+1 -2
View File
@@ -152,8 +152,7 @@ void ScreenOptionsMaster::SetConf( OptionRow &row, OptionRowHandler &hand, CStri
if( hand.opt == NULL )
RageException::Throw( "Invalid Conf type \"%s\"", param.c_str() );
for( unsigned i = 0; i < hand.opt->names.size(); ++i )
row.choices.push_back( hand.opt->names[i] );
hand.opt->MakeOptionsList( row.choices );
TitleOut = hand.opt->name;
}