engine: server: fix useless double assignment
This commit is contained in:
parent
86a777880f
commit
db48d0ded7
1 changed files with 0 additions and 1 deletions
|
@ -686,7 +686,6 @@ static void SV_SetupPMove( playermove_t *pmove, sv_client_t *cl, usercmd_t *ucmd
|
||||||
pmove->flFallVelocity = clent->v.flFallVelocity;
|
pmove->flFallVelocity = clent->v.flFallVelocity;
|
||||||
pmove->flSwimTime = clent->v.flSwimTime;
|
pmove->flSwimTime = clent->v.flSwimTime;
|
||||||
VectorCopy( clent->v.punchangle, pmove->punchangle );
|
VectorCopy( clent->v.punchangle, pmove->punchangle );
|
||||||
pmove->flSwimTime = clent->v.flSwimTime;
|
|
||||||
pmove->flNextPrimaryAttack = 0.0f; // not used by PM_ code
|
pmove->flNextPrimaryAttack = 0.0f; // not used by PM_ code
|
||||||
pmove->effects = clent->v.effects;
|
pmove->effects = clent->v.effects;
|
||||||
pmove->flags = clent->v.flags;
|
pmove->flags = clent->v.flags;
|
||||||
|
|
Loading…
Add table
Reference in a new issue