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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/parallaction/inventory.h b/engines/parallaction/inventory.h
index 11ebf57155..e4bb935672 100644
--- a/engines/parallaction/inventory.h
+++ b/engines/parallaction/inventory.h
@@ -101,12 +101,9 @@ protected:
void refresh();
public:
- InventoryRenderer(Parallaction *vm, InventoryProperties *props);
+ InventoryRenderer(Parallaction *vm, InventoryProperties *props, Inventory *inv);
virtual ~InventoryRenderer();
- void bindInventory(Inventory *inv) { _inv = inv; }
- Inventory *getBoundInventory() const { return _inv; }
-
void showInventory();
void hideInventory();