From b1eec3c095dc5d7766a0a2db52688e07cd2325da Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 6 Apr 2006 20:47:18 +0000 Subject: [PATCH] STAY on plats. Don't Slide, no. Sliding is silly, so don't do it. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2169 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/server/sv_phys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/sv_phys.c b/engine/server/sv_phys.c index 7a794d34..cce492ad 100644 --- a/engine/server/sv_phys.c +++ b/engine/server/sv_phys.c @@ -743,7 +743,7 @@ qboolean SV_Push (edict_t *pusher, vec3_t move, vec3_t amove) moved_edict[num_moved] = check; num_moved++; - check->v->flags = (int)check->v->flags & ~FL_ONGROUND; +// check->v->flags = (int)check->v->flags & ~FL_ONGROUND; // try moving the contacted entity VectorAdd (check->v->origin, move, check->v->origin);