X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fecs%2Fsystems%2Fcl_physics.qc;h=624e0a9126e8a497272cf0ad2a9c98ec6b26b2eb;hb=415aa53e6a5e50a97d95e14f48fb3589f04f64d5;hp=f74e9c2d5526c895fd8b28c1bdd9bb7a884faef0;hpb=922354d1191d534b0b12516e28561bc70cbe2a87;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/ecs/systems/cl_physics.qc b/qcsrc/ecs/systems/cl_physics.qc index f74e9c2d5..624e0a912 100644 --- a/qcsrc/ecs/systems/cl_physics.qc +++ b/qcsrc/ecs/systems/cl_physics.qc @@ -3,10 +3,8 @@ void sys_phys_fix(entity this, float dt) { this.team = myteam + 1; // is this correct? - PHYS_WATERJUMP_TIME(this) -= dt; 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);