]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/all.qh
Remove some unnecessary item bits, increase maximum items to 32 now that the item...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qh
index 840eb0a88b05c33f98e9ed2954cc6d7d74058123..39400eda12ccdc8f7f0ef0523f92a6920d8a9afb 100644 (file)
@@ -4,8 +4,8 @@
 
 #include "item.qh"
 
 
 #include "item.qh"
 
-// 24 so it matches the limit for the .items field
-REGISTRY(Items, 24)
+// NOTE: 24 is the limit for the .items field
+REGISTRY(Items, 32)
 #ifdef GAMEQC
 REGISTRY_DEPENDS(Items, Models)
 #endif
 #ifdef GAMEQC
 REGISTRY_DEPENDS(Items, Models)
 #endif