]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Remove old check which was commented out samual/movetype_spectator
authorSamual <samual@xonotic.org>
Mon, 15 Aug 2011 00:41:59 +0000 (20:41 -0400)
committerSamual <samual@xonotic.org>
Mon, 15 Aug 2011 00:41:59 +0000 (20:41 -0400)
sv_phys.c

index 6b2fa954d39157f28b84102910f09bd2cf541973..c0d6e6b114048faf5c91bf823f6b62c7f661240f 100644 (file)
--- a/sv_phys.c
+++ b/sv_phys.c
@@ -2261,8 +2261,7 @@ void SV_WalkMove (prvm_edict_t *ent)
        if (sv.frametime <= 0)
                return;
 
-       //if(PRVM_serveredictfloat(ent, movetype) == MOVETYPE_SPECTATOR)
-               SV_CheckStuck (ent);
+       SV_CheckStuck (ent);
 
        applygravity = !SV_CheckWater (ent) && PRVM_serveredictfloat(ent, movetype) == MOVETYPE_WALK && ! ((int)PRVM_serveredictfloat(ent, flags) & FL_WATERJUMP);