Tiny cleanup.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1414 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c600bec47f
commit
4f9c419dc2
1 changed files with 0 additions and 1 deletions
|
@ -1705,7 +1705,6 @@ void SV_WritePlayersToClient (client_t *client, edict_t *clent, qbyte *pvs, size
|
|||
cmd.angles[2] = ang[2]*65535/360.0f;
|
||||
cmd.msec = 50;
|
||||
{vec3_t f, r, u, v;
|
||||
vec_t VectorNormalize2 (vec3_t, vec3_t);
|
||||
AngleVectors(ang, f, r, u);
|
||||
VectorCopy(vel, v);
|
||||
cmd.forwardmove = DotProduct(f, v);
|
||||
|
|
Loading…
Reference in a new issue