aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.cpp
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.cpp
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.cpp')
-rw-r--r--engines/fullpipe/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/inventory.cpp b/engines/fullpipe/inventory.cpp
index 877f260e57..47f3b0d4be 100644
--- a/engines/fullpipe/inventory.cpp
+++ b/engines/fullpipe/inventory.cpp
@@ -72,7 +72,7 @@ bool CInventory::setItemFlags(int itemId, int flags) {
CInventory2::CInventory2() {
_selectedId = -1;
_field_48 = -1;
- _sceneObj = 0;
+ _scene = 0;
_picture = 0;
_isInventoryOut = 0;
_isLocked = 0;