mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-18 17:51:17 +00:00
Increase runaway execution count
This commit is contained in:
parent
72a2f58f1f
commit
e6d8c8e56f
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ void PR_ExecuteProgram (func_t fnum)
|
||||||
|
|
||||||
f = &pr_functions[fnum];
|
f = &pr_functions[fnum];
|
||||||
|
|
||||||
runaway = 100000;
|
runaway = 200000;
|
||||||
pr_trace = false;
|
pr_trace = false;
|
||||||
|
|
||||||
// make a stack frame
|
// make a stack frame
|
||||||
|
|
Loading…
Reference in a new issue