From 0101a0e0bb7076c19b243c7f5ae2004653e5fc45 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Thu, 21 Oct 2010 17:09:57 +0000 Subject: HUGO: Moved _objects to a separate file also suppressed some dereferencing svn-id: r53674 --- engines/hugo/inventory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hugo/inventory.h') diff --git a/engines/hugo/inventory.h b/engines/hugo/inventory.h index 5cc1af28c2..36fca71a43 100644 --- a/engines/hugo/inventory.h +++ b/engines/hugo/inventory.h @@ -40,13 +40,13 @@ namespace Hugo { class InventoryHandler { public: - InventoryHandler(HugoEngine &vm); + InventoryHandler(HugoEngine *vm); int16 processInventory(invact_t action, ...); void runInventory(); private: - HugoEngine &_vm; + HugoEngine *_vm; void constructInventory(int16 imageTotNumb, int displayNumb, bool scrollFl, int16 firstObjId); }; -- cgit v1.2.3