fix gcc compile

This commit is contained in:
Glenn Maynard
2005-01-20 02:04:46 +00:00
parent b19f730790
commit d00062b915
+1 -1
View File
@@ -139,7 +139,7 @@ void GameCommand::Load( int iIndex, const Commands& cmds )
{
if( i > 1 )
sValue += ",";
sValue += command->GetArg(i);
sValue += (CString) command->GetArg(i);
}
if( sName == "game" )