forked from fte/fteqw
1
0
Fork 0

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:
Spoike 2013-03-17 12:16:06 +00:00
parent 0d8560ba9e
commit dfe295a1ee
1 changed files with 1 additions and 1 deletions

View File

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