mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
fix the silly OP_STATE bug. also erradicate pr_offs.c and its contents (the
source of the bug)
This commit is contained in:
parent
ffc5838599
commit
6c9de8061b
9 changed files with 86 additions and 151 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue