d'oh, forgot to remove the surrounding if(pr_boundscheck) :/

This commit is contained in:
Bill Currie 2000-12-06 18:51:54 +00:00
parent 56656df96a
commit 0974d76447

View file

@ -406,7 +406,6 @@ PR_ExecuteProgram (func_t fnum)
st = &pr_statements[PR_EnterFunction (f)];
startprofile = profile = 0;
if (pr_boundscheck->int_val) {
while (1) {
st++;
if (++profile > 1000000) // LordHavoc: increased runaway loop
@ -993,7 +992,6 @@ PR_ExecuteProgram (func_t fnum)
}
}
}
}
char *pr_strtbl[MAX_PRSTR];
int num_prstr;