Can't believe I forgot that line...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@329 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-10-14 11:27:20 +00:00
parent a9384fc55c
commit 5fe626d5cb
1 changed files with 1 additions and 0 deletions

View File

@ -1727,6 +1727,7 @@ trace_t SV_Trace_Toss (edict_t *tossent, edict_t *ignore)
gravity *= sv_gravity.value * 0.05;
VectorCopy (tossent->v.origin, origin);
VectorCopy (tossent->v.velocity, velocity);
SV_CheckVelocity (tossent);