From e99ea76598f37732b7b12924508c3f896d3749ad Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 5 Mar 2018 03:18:35 +1000 Subject: [PATCH] Allow crouching underwater (some maps depend on it) --- qcsrc/common/physics/player.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/physics/player.qc b/qcsrc/common/physics/player.qc index 7d3cab007..351725bc1 100644 --- a/qcsrc/common/physics/player.qc +++ b/qcsrc/common/physics/player.qc @@ -113,8 +113,8 @@ void PM_ClientMovement_UpdateStatus(entity this) break; // don't bother checking the others } } - if(this.waterlevel >= WATERLEVEL_SWIMMING) - do_crouch = false; + //if(this.waterlevel >= WATERLEVEL_SWIMMING) + //do_crouch = false; if(hud != HUD_NORMAL) do_crouch = false; if(STAT(FROZEN, this)) -- 2.39.2