diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index 85756b66f..74f3e695d 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -161,8 +161,8 @@ class Inventory void distributeSlotsChangedEvent(); int mType; - Item **mItems; /**< The holder of items */ unsigned mSize; /**< The max number of inventory items */ + Item **mItems; /**< The holder of items */ int mUsed; /**< THe number of slots in use */ }; |