mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
A few mods don't use any string at all. This way we know who to blame.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2023 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ec3d886864
commit
247059e961
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ static long CG_SystemCallsEx(void *offset, unsigned int mask, int fn, const long
|
|||
Con_Printf("%s", VM_POINTER(arg[0]));
|
||||
break;
|
||||
case CG_ERROR:
|
||||
Host_EndGame("%s", VM_POINTER(arg[0]));
|
||||
Host_EndGame("cgame: %s", VM_POINTER(arg[0]));
|
||||
break;
|
||||
|
||||
case CG_ARGC:
|
||||
|
|
Loading…
Reference in a new issue