]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/ecs/systems/cl_physics.qc
Merge branch 'master' into TimePath/physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / ecs / systems / cl_physics.qc
index 52e8ed0caeb3c9800aa282449f50238de95913e3..206c80d96526f4001200bd8b6d0a56d9a05e3fd6 100644 (file)
@@ -10,7 +10,7 @@ void sys_phys_fix(entity this, float dt)
        this.spectatorspeed = STAT(SPECTATORSPEED, this);
        if (!(PHYS_INPUT_BUTTON_JUMP(this))) // !jump
                UNSET_JUMP_HELD(this);           // canjump = true
-       PM_ClientMovement_UpdateStatus(this, true);
+       PM_ClientMovement_UpdateStatus(this);
 }
 
 bool sys_phys_override(entity this)