From 2d173215542951f68fbdbdf6ab42babaec0318a1 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Mon, 17 May 2021 20:15:49 +0200 Subject: [PATCH] Small fix to avoid spam in my inbox. --- src/shared/pmove.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/pmove.qc b/src/shared/pmove.qc index 2952f19e..7a32bd1c 100644 --- a/src/shared/pmove.qc +++ b/src/shared/pmove.qc @@ -13,7 +13,7 @@ * IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - +#define CUSTOMPLAYERPHYSICS #ifndef PMOVE_STEPHEIGHT #define PMOVE_STEPHEIGHT 18 #endif