fix the silly OP_STATE bug. also erradicate pr_offs.c and its contents (the

source of the bug)
This commit is contained in:
Bill Currie 2001-03-02 19:18:04 +00:00
parent ffc5838599
commit 6c9de8061b
9 changed files with 86 additions and 151 deletions

View file

@ -145,7 +145,6 @@ SV_RunThink (edict_t *ent)
do {
thinktime = SVFIELD (ent, nextthink, float);
Con_Printf("thinktime: %f\n", thinktime);
if (thinktime <= 0)
return true;
if (thinktime > sv.time + sv_frametime)