From d97189f055798b5b2051c1c5770a3def62747461 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 23 Jul 2012 00:10:43 +0300 Subject: Improve perfomance in some object constructors. --- src/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventory.h') 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 */ }; -- cgit v1.2.3-60-g2f50