]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/item.qh
Fix an oversight in the item system
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item.qh
index da4e7a4537d1130d7cfc45058a28f6afe7c85ad6..354bed2ba74ed2e24498a9f62c1a2d18c20a5ca6 100644 (file)
@@ -11,6 +11,7 @@ ENDCLASS(GameItem)
 
 
 int ITEM_COUNT;
+/** If you register a new item, make sure to add it to all.inc */
 #define REGISTER_ITEM(id, class, body)          \
     entity ITEM_##id;                           \
     void RegisterItems_##id() {                 \