X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fecs%2Fsystems%2Fcl_physics.qc;h=624e0a9126e8a497272cf0ad2a9c98ec6b26b2eb;hb=5dec9cef4627eb4ca7eec0031c1e020b5ae2ff36;hp=f90afcb529f40f7f2a75bed0e6cf7a0fb043f1e8;hpb=9185b58da6fe5f2b095d7066577e1e024b4d2798;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/ecs/systems/cl_physics.qc b/qcsrc/ecs/systems/cl_physics.qc index f90afcb52..624e0a912 100644 --- a/qcsrc/ecs/systems/cl_physics.qc +++ b/qcsrc/ecs/systems/cl_physics.qc @@ -3,11 +3,8 @@ void sys_phys_fix(entity this, float dt) { this.team = myteam + 1; // is this correct? - PHYS_WATERJUMP_TIME(this) -= dt; - this.oldmovement = this.movement; this.movement = PHYS_INPUT_MOVEVALUES(this); this.items = STAT(ITEMS, this); - this.spectatorspeed = STAT(SPECTATORSPEED, this); if (!(PHYS_INPUT_BUTTON_JUMP(this))) // !jump UNSET_JUMP_HELD(this); // canjump = true PM_ClientMovement_UpdateStatus(this);