crash fix in PR_ExecuteProgram()

This commit is contained in:
Yan Sweitzer 2000-05-14 20:45:26 +00:00
parent 7a21e4fbd3
commit ac02d268e0

View file

@ -397,6 +397,8 @@ void PR_ExecuteProgram (func_t fnum)
while (1)
{
int ofsa, ofsb, ofsc;
s++; // next statement
st = &pr_statements[s];