From 8cccf020e547cb337f0d9d3f5973858d7c1e4423 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Thu, 16 Sep 2021 17:51:16 +0200 Subject: [PATCH] PMove: Set standard airstepheight to 0 --- src/shared/pmove.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/pmove.qc b/src/shared/pmove.qc index f5fcdd1..346bbf6 100644 --- a/src/shared/pmove.qc +++ b/src/shared/pmove.qc @@ -14,6 +14,8 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define PMOVE_AIRSTEPHEIGHT 0 + void player::Physics_Jump(void) {