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