From: Mario Date: Sat, 8 Oct 2016 20:36:33 +0000 (+1000) Subject: Update oldmovement on server too X-Git-Tag: xonotic-v0.8.2~529 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2a7cd07cbcee2a9ef404bb81c293b9e393f65f19;p=xonotic%2Fxonotic-data.pk3dir.git Update oldmovement on server too --- diff --git a/qcsrc/ecs/systems/sv_physics.qc b/qcsrc/ecs/systems/sv_physics.qc index 904ebba3f..76e43eb0b 100644 --- a/qcsrc/ecs/systems/sv_physics.qc +++ b/qcsrc/ecs/systems/sv_physics.qc @@ -4,6 +4,7 @@ void sys_phys_fix(entity this, float dt) { WarpZone_PlayerPhysics_FixVAngle(this); Physics_UpdateStats(this, PHYS_HIGHSPEED(this)); + this.oldmovement = this.movement; } bool sys_phys_override(entity this, float dt)