From: havoc Date: Mon, 17 Jan 2005 22:11:16 +0000 (+0000) Subject: now supports nextthink < 0 again... sigh X-Git-Tag: xonotic-v0.1.0preview~5209 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=287b68565e118e90f3d36498681f2b287a4e6d20;p=xonotic%2Fdarkplaces.git now supports nextthink < 0 again... sigh git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4940 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_phys.c b/sv_phys.c index 6145c080..9f7a0adc 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -1450,7 +1450,7 @@ void SV_Physics (void) case MOVETYPE_FLY: case MOVETYPE_FLYMISSILE: // LordHavoc: manually inlined SV_RunThink here - if (ent->v->nextthink && ent->v->nextthink <= nexttime) + if (ent->v->nextthink > 0 && ent->v->nextthink <= nexttime) { /* SV_RunThink