]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/progs.inc
Don't show weapon ammo bars if unlimited ammo is enabled
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / progs.inc
index a736d32622cb6b8f470f2334e7bea06c504eb1a0..48579ecbb3018b131203cbe08ea5231a427f560f 100644 (file)
@@ -1,4 +1,7 @@
 #include <lib/_all.inc>
+
+#if XONOTIC
+
 #include "_all.qh"
 
 #include "../client/_mod.inc"
 #include <lib/warpzone/server.qc>
 #include <lib/warpzone/util_server.qc>
 
+#endif
+
+#include <ecs/_lib.inc>
+
 #if BUILD_MOD
 #include "../../mod/client/progs.inc"
 #endif