]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/all.qc
Objectify buffs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qc
index 2de5afb4ca4869dbe75ee6d10c91ec31e4a94497..f221ab2d3f6a6bf1cb367540422bc35c2b43c9a1 100644 (file)
@@ -6,7 +6,7 @@
 
 void Dump_Items()
 {
-    ITEMS_FOREACH(true, LAMBDA({
+    FOREACH(ITEMS, 0, ITEM_COUNT, true, LAMBDA({
         ITEM_HANDLE(Show, it);
     }));
 }