This commit is contained in:
Glenn Maynard
2005-03-21 04:13:15 +00:00
parent 29224b0a64
commit 2445a3933b
+1 -1
View File
@@ -89,7 +89,7 @@ public:
/* Parse the basic configuration metric. */
Commands cmds = ParseCommands( ENTRY(sParam) );
if( cmds.v.size() < 1 )
RageException::Throw( "Parse error in OptionRowHandler::%s", sParam.c_str() );
RageException::Throw( "Parse error in ScreenOptionsMaster::%s", sParam.c_str() );
defOut.bOneChoiceForAllPlayers = false;
const int NumCols = atoi( cmds.v[0].m_vsArgs[0] );