diff --git a/source/pr_exec.c b/source/pr_exec.c index cce3bac..4156213 100644 --- a/source/pr_exec.c +++ b/source/pr_exec.c @@ -397,6 +397,8 @@ void PR_ExecuteProgram (func_t fnum) while (1) { + int ofsa, ofsb, ofsc; + s++; // next statement st = &pr_statements[s];