aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/inventory.h')
-rw-r--r--engines/fullpipe/inventory.h5
1 files changed, 4 insertions, 1 deletions
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