aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/logic.cpp
diff options
context:
space:
mode:
authorLittleboy2013-11-23 19:10:09 -0500
committerLittleboy2013-12-10 01:54:57 -0500
commit2279464218ba94eb33792f720573b7889d079815 (patch)
tree5235b28b221811b767b669d4fc78adffb5a02ab4 /engines/lastexpress/game/logic.cpp
parent1314c5c128873804446d10edaaf2f2bb4fbe1def (diff)
downloadscummvm-rg350-2279464218ba94eb33792f720573b7889d079815.tar.gz
scummvm-rg350-2279464218ba94eb33792f720573b7889d079815.tar.bz2
scummvm-rg350-2279464218ba94eb33792f720573b7889d079815.zip
LASTEXPRESS: Rename InventoryItem properties
Diffstat (limited to 'engines/lastexpress/game/logic.cpp')
-rw-r--r--engines/lastexpress/game/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/game/logic.cpp b/engines/lastexpress/game/logic.cpp
index d24fb9b598..1a9c6b4123 100644
--- a/engines/lastexpress/game/logic.cpp
+++ b/engines/lastexpress/game/logic.cpp
@@ -468,7 +468,7 @@ void Logic::switchChapter() const {
case kChapter3:
getInventory()->get(kItemFirebird)->location = kObjectLocation4;
- getInventory()->get(kItemFirebird)->isPresent = false;
+ getInventory()->get(kItemFirebird)->inPocket = false;
getInventory()->get(kItem11)->location = kObjectLocation1;
getInventory()->addItem(kItemWhistle);
getInventory()->addItem(kItemKey);