summaryrefslogtreecommitdiff
path: root/src/common/inventorydata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/inventorydata.h')
-rw-r--r--src/common/inventorydata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/inventorydata.h b/src/common/inventorydata.h
index 4c637cc3..9127c816 100644
--- a/src/common/inventorydata.h
+++ b/src/common/inventorydata.h
@@ -26,12 +26,12 @@
/**
* Numbers of inventory slots
+ * TODO: Make this configurable and sent to the client.
*/
#define INVENTORY_SLOTS 50
/**
* Structure storing an item in the inventory.
- * When the itemId is zero, this item represents "amount" consecutive empty slots.
*/
struct InventoryItem
{