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:
Spoike 2006-02-26 05:47:01 +00:00
parent ec3d886864
commit 247059e961
1 changed files with 1 additions and 1 deletions

View File

@ -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: