From 444d8df58e31cfd1be489176c7a398940dca3194 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 31 Dec 2016 21:06:25 +1000 Subject: [PATCH] Fix compile --- qcsrc/common/weapons/weapon.qh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/common/weapons/weapon.qh b/qcsrc/common/weapons/weapon.qh index 6220a0cea..d58575e04 100644 --- a/qcsrc/common/weapons/weapon.qh +++ b/qcsrc/common/weapons/weapon.qh @@ -175,7 +175,9 @@ ENDCLASS(OffhandWeapon) .OffhandWeapon offhand; #endif +#ifdef GAMEQC int max_shot_distance = 32768; // determined by world mins/maxs when map loads +#endif // weapon flags const int WEP_TYPE_OTHER = 0x00; // not for damaging people -- 2.39.2