mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-10 04:31:16 +00:00
engine: fix Com_ParseFile call
This commit is contained in:
parent
88ce5fd0b6
commit
901e52615b
@ -596,7 +596,7 @@ void Cmd_TokenizeString( const char *text )
|
||||
cmd_args = text;
|
||||
|
||||
host.com_ignorebracket = true;
|
||||
text = COM_ParseFile( text, cmd_token );
|
||||
text = COM_ParseFile( (char*)text, cmd_token );
|
||||
host.com_ignorebracket = false;
|
||||
|
||||
if( !text ) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user