Fix gcc (3.3) compile.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user