mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 07:51:20 +00:00
crash fix in PR_ExecuteProgram()
This commit is contained in:
parent
7a21e4fbd3
commit
ac02d268e0
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,8 @@ void PR_ExecuteProgram (func_t fnum)
|
|||
|
||||
while (1)
|
||||
{
|
||||
int ofsa, ofsb, ofsc;
|
||||
|
||||
s++; // next statement
|
||||
|
||||
st = &pr_statements[s];
|
||||
|
|
Loading…
Reference in a new issue