mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-22 11:51:21 +00:00
Increase runaway execution count
This commit is contained in:
parent
5c7d68176a
commit
0fdf7383b5
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ void PR_ExecuteProgram (func_t fnum)
|
|||
|
||||
f = &pr_functions[fnum];
|
||||
|
||||
runaway = 100000;
|
||||
runaway = 200000;
|
||||
pr_trace = false;
|
||||
|
||||
// make a stack frame
|
||||
|
|
Loading…
Reference in a new issue