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
This commit is contained in:
parent
0d8560ba9e
commit
dfe295a1ee
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ reeval:
|
||||||
//if it's an external call, switch now (before any function pointers are used)
|
//if it's an external call, switch now (before any function pointers are used)
|
||||||
if (!PR_SwitchProgsParms(progfuncs, newpr) || !fnum || fnum > pr_progs->numfunctions)
|
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);
|
PR_SwitchProgsParms(progfuncs, callerprogs);
|
||||||
|
|
||||||
//break/skip the instruction.
|
//break/skip the instruction.
|
||||||
|
|
Loading…
Reference in a new issue