aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/inventory.h')
-rw-r--r--engines/parallaction/inventory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/parallaction/inventory.h b/engines/parallaction/inventory.h
index a9424d9186..11ebf57155 100644
--- a/engines/parallaction/inventory.h
+++ b/engines/parallaction/inventory.h
@@ -64,10 +64,10 @@ protected:
InventoryItem *_items;
uint16 _numItems;
- InventoryProperties *_props;
+ int _maxItems;
public:
- Inventory(InventoryProperties *props, InventoryItem *verbs);
+ Inventory(int maxItems, InventoryItem *verbs);
virtual ~Inventory();
ItemPosition addItem(ItemName name, uint32 value);