From dfe295a1ee569d96fc5a45a9f49586383ed8623c Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 17 Mar 2013 12:16:06 +0000 Subject: [PATCH] Clarify that error a little, it looks bad when the most likely cause is inside the 'Killed' function! git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4259 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/qclib/execloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/qclib/execloop.h b/engine/qclib/execloop.h index a76ef5419..51694b48e 100644 --- a/engine/qclib/execloop.h +++ b/engine/qclib/execloop.h @@ -657,7 +657,7 @@ reeval: //if it's an external call, switch now (before any function pointers are used) if (!PR_SwitchProgsParms(progfuncs, newpr) || !fnum || fnum > pr_progs->numfunctions) { - char *msg = fnum?"OP_CALL references invalid function in %s\n":"NULL function from qc (%s).\n"; + char *msg = fnum?"OP_CALL references invalid function in %s\n":"NULL function from qc (inside %s).\n"; PR_SwitchProgsParms(progfuncs, callerprogs); //break/skip the instruction.