X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fecs%2Fsystems%2Fcl_physics.qc;fp=qcsrc%2Fecs%2Fsystems%2Fcl_physics.qc;h=624e0a9126e8a497272cf0ad2a9c98ec6b26b2eb;hb=b7873b3470e961ee95d5823de13a87a63e7e0f3b;hp=fa087b5eb48bbb29c78bee163e703ee7e9e60a3a;hpb=9c0b22c63c7bcc25fb183db754dd3ddd836ecde6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/ecs/systems/cl_physics.qc b/qcsrc/ecs/systems/cl_physics.qc index fa087b5eb..624e0a912 100644 --- a/qcsrc/ecs/systems/cl_physics.qc +++ b/qcsrc/ecs/systems/cl_physics.qc @@ -3,7 +3,6 @@ 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); if (!(PHYS_INPUT_BUTTON_JUMP(this))) // !jump