From 0df7fb26bdcb486561986f276e0122ddde85cc12 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 4 Dec 2015 00:53:10 +1000 Subject: [PATCH] Fix compile --- qcsrc/common/physics.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/physics.qh b/qcsrc/common/physics.qh index 7c4e2440b..408603e76 100644 --- a/qcsrc/common/physics.qh +++ b/qcsrc/common/physics.qh @@ -181,7 +181,7 @@ bool IsFlying(entity a); .float stat_sv_maxspeed = _STAT(MOVEVARS_MAXSPEED); /** Not real stats */ - .string jumpspeedcap_min + .string jumpspeedcap_min; .string jumpspeedcap_max; #define PHYS_TELEPORT_TIME(s) s.teleport_time -- 2.39.2