From 69946ce96355e5e07ad7a21ab3eb2f2831dfc002 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Jul 2013 22:45:11 +0300 Subject: FULLPIPE: Continued scene loading --- engines/fullpipe/inventory.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/fullpipe/inventory.h') diff --git a/engines/fullpipe/inventory.h b/engines/fullpipe/inventory.h index fadadd56b2..93f4755e79 100644 --- a/engines/fullpipe/inventory.h +++ b/engines/fullpipe/inventory.h @@ -88,7 +88,7 @@ class CInventory2 : public CInventory { int _isInventoryOut; int _isLocked; int _topOffset; - Scene *_sceneObj; + Scene *_scene; BigPicture *_picture; public: @@ -96,6 +96,9 @@ class CInventory2 : public CInventory { bool loadPartial(MfcArchive &file); void addItem(int itemId, int value); void rebuildItemRects(); + + Scene *getScene() { return _scene; } + }; } // End of namespace Fullpipe -- cgit v1.2.3