fix log
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
|||||||
/* Parse the basic configuration metric. */
|
/* Parse the basic configuration metric. */
|
||||||
Commands cmds = ParseCommands( ENTRY(sParam) );
|
Commands cmds = ParseCommands( ENTRY(sParam) );
|
||||||
if( cmds.v.size() < 1 )
|
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;
|
defOut.bOneChoiceForAllPlayers = false;
|
||||||
const int NumCols = atoi( cmds.v[0].m_vsArgs[0] );
|
const int NumCols = atoi( cmds.v[0].m_vsArgs[0] );
|
||||||
|
|||||||
Reference in New Issue
Block a user