mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-16 06:00:33 +01:00
engine: server: fix useless double assignment
This commit is contained in:
parent
86a777880f
commit
db48d0ded7
@ -686,7 +686,6 @@ static void SV_SetupPMove( playermove_t *pmove, sv_client_t *cl, usercmd_t *ucmd
|
||||
pmove->flFallVelocity = clent->v.flFallVelocity;
|
||||
pmove->flSwimTime = clent->v.flSwimTime;
|
||||
VectorCopy( clent->v.punchangle, pmove->punchangle );
|
||||
pmove->flSwimTime = clent->v.flSwimTime;
|
||||
pmove->flNextPrimaryAttack = 0.0f; // not used by PM_ code
|
||||
pmove->effects = clent->v.effects;
|
||||
pmove->flags = clent->v.flags;
|
||||
|
Loading…
Reference in New Issue
Block a user