aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-05 00:11:07 +0200
committerEugene Sandulenko2016-09-05 00:11:07 +0200
commit2cbf7da3199f61878fff8c8bfd1300cb6a4068ab (patch)
tree7ae78451fef8686d9c56b1e34d31995976a8bdfd /engines/fullpipe/inventory.cpp
parent7e07e0196314245420f0430ee657e791c43944a2 (diff)
downloadscummvm-rg350-2cbf7da3199f61878fff8c8bfd1300cb6a4068ab.tar.gz
scummvm-rg350-2cbf7da3199f61878fff8c8bfd1300cb6a4068ab.tar.bz2
scummvm-rg350-2cbf7da3199f61878fff8c8bfd1300cb6a4068ab.zip
FULLPIPE: Rename is GabeObject
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 b207ab1657..13ac78a358 100644
--- a/engines/fullpipe/inventory.cpp
+++ b/engines/fullpipe/inventory.cpp
@@ -231,7 +231,7 @@ void Inventory2::rebuildItemRects() {
for (uint j = 0; j < _itemsPool.size(); j++) {
if (_itemsPool[j]->pictureObjectNormal == pic->_id) {
- if (pic->_okeyCode)
+ if (pic->_odelay)
_scene->deletePictureObject(pic);
else
pic->_flags &= 0xFFFB;