mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX/VITA: Increase runaway execution count
This commit is contained in:
parent
634a923982
commit
d71a1a0171
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ void PR_ExecuteProgram (func_t fnum)
|
|||
{
|
||||
st++; /* next statement */
|
||||
|
||||
if (++profile > 100000)
|
||||
if (++profile > 200000)
|
||||
{
|
||||
pr_xstatement = st - pr_statements;
|
||||
PR_RunError("runaway loop error");
|
||||
|
|
Loading…
Reference in a new issue