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-09-28 15:58:59 +0200
commit04fb1b30a04b6d90abc1561c2d11c2371a29bc98 (patch)
tree1ecfddc2c1012ca9facc9b13a1800f136f0b9d90 /src/common
parentbf04bd4cfe406ef8d2de5cd50dc0e9e7e91c6893 (diff)
downloadmanaserv-04fb1b30a04b6d90abc1561c2d11c2371a29bc98.tar.gz
manaserv-04fb1b30a04b6d90abc1561c2d11c2371a29bc98.tar.bz2
manaserv-04fb1b30a04b6d90abc1561c2d11c2371a29bc98.tar.xz
manaserv-04fb1b30a04b6d90abc1561c2d11c2371a29bc98.zip
Small random code format cleanups, and documentation fixes.
This doesn't change anything yet. Reviewed-by: o11c.
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
{