Fix gcc (3.3) compile.

This commit is contained in:
Steve Checkoway
2005-10-17 06:55:58 +00:00
parent b3d5f2390e
commit 01d315364a
+1 -1
View File
@@ -691,7 +691,7 @@ CString GameCommand::GetAndClearScreen()
CString sName = cmd->GetName(); CString sName = cmd->GetName();
if( sName == "screen" ) if( sName == "screen" )
{ {
sRet = cmd->GetArg(1); sRet = CString( cmd->GetArg(1) );
m_Commands.v.erase( cmd ); m_Commands.v.erase( cmd );
break; break;
} }