From: Mario Date: Thu, 3 Dec 2015 14:53:10 +0000 (+1000) Subject: Fix compile X-Git-Tag: xonotic-v0.8.2~1568 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=0df7fb26bdcb486561986f276e0122ddde85cc12;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile --- 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