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
This commit is contained in:
Spoike 2006-04-06 20:47:18 +00:00
parent 5d1b881d01
commit b1eec3c095
1 changed files with 1 additions and 1 deletions

View File

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