]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qh
Turrets: make usable as weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
index 7f7e34dda605a04a8f6a68595d2076b9308a64d3..cf15dd6bc473c8f12e4ffc3cc00c6be64beaf217 100644 (file)
@@ -107,7 +107,7 @@ WepSet ReadWepSet();
 
 // weapon name macros
 const int WEP_FIRST = 1;
-#define WEP_MAXCOUNT 32 // Increase as needed. Can be up to 72.
+#define WEP_MAXCOUNT 72 // Increase as needed. Can be up to 72.
 int WEP_COUNT;
 #define WEP_LAST (WEP_FIRST + WEP_COUNT - 1)
 WepSet WEPSET_ALL;