just some temporary debug info

This commit is contained in:
Bill Currie 2001-03-01 23:30:55 +00:00
parent 6f590ff9d0
commit be8f1cef7c
2 changed files with 4 additions and 1 deletions

View file

@ -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)