summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-07-27 12:36:04 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-07-27 12:36:04 +0200
commit01b9c1c451d0c082cdc55475b8546e5638da8369 (patch)
treec2ca0ccd668b44f1e511d0b773fa10b7d7de928d /src/common
parent8d20b4cab34cf91786e3bf00afcc24e17f742a46 (diff)
downloadmanaserv-01b9c1c451d0c082cdc55475b8546e5638da8369.tar.gz
manaserv-01b9c1c451d0c082cdc55475b8546e5638da8369.tar.bz2
manaserv-01b9c1c451d0c082cdc55475b8546e5638da8369.tar.xz
manaserv-01b9c1c451d0c082cdc55475b8546e5638da8369.zip
Small random code format cleanups, and documentation fixes.
This doesn't change anything yet.
Diffstat (limited to 'src/common')
-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
{