mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
just some temporary debug info
This commit is contained in:
parent
6f590ff9d0
commit
be8f1cef7c
2 changed files with 4 additions and 1 deletions
|
@ -145,6 +145,7 @@ 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