aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.h
diff options
context:
space:
mode:
authorEugene Sandulenko2013-07-06 22:45:11 +0300
committerEugene Sandulenko2013-09-06 14:48:17 +0300
commit69946ce96355e5e07ad7a21ab3eb2f2831dfc002 (patch)
tree61f30acb47e094f397a34dca608d66bd41dab916 /engines/fullpipe/inventory.h
parentcb38892ce8dbb3841b5731554e63214803109b08 (diff)
downloadscummvm-rg350-69946ce96355e5e07ad7a21ab3eb2f2831dfc002.tar.gz
scummvm-rg350-69946ce96355e5e07ad7a21ab3eb2f2831dfc002.tar.bz2
scummvm-rg350-69946ce96355e5e07ad7a21ab3eb2f2831dfc002.zip
FULLPIPE: Continued scene loading
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