aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/get_lift_eye2.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-18 14:32:52 -0500
committerPaul Gilbert2016-12-18 14:32:52 -0500
commita222fe152928fbcda5b8fffe152553fa4a0a6c15 (patch)
tree8e224c14fbf8f1c7f01bc802a4526fa7f4b427e7 /engines/titanic/game/get_lift_eye2.cpp
parentac35e6138b67f2712a418370bec6652850ef67c1 (diff)
downloadscummvm-rg350-a222fe152928fbcda5b8fffe152553fa4a0a6c15.tar.gz
scummvm-rg350-a222fe152928fbcda5b8fffe152553fa4a0a6c15.tar.bz2
scummvm-rg350-a222fe152928fbcda5b8fffe152553fa4a0a6c15.zip
TITANIC: Renaming of lift fields
Diffstat (limited to 'engines/titanic/game/get_lift_eye2.cpp')
-rw-r--r--engines/titanic/game/get_lift_eye2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/get_lift_eye2.cpp b/engines/titanic/game/get_lift_eye2.cpp
index 914f306f0e..f9ff0af8a6 100644
--- a/engines/titanic/game/get_lift_eye2.cpp
+++ b/engines/titanic/game/get_lift_eye2.cpp
@@ -64,7 +64,7 @@ bool CGetLiftEye2::ActMsg(CActMsg *msg) {
bool CGetLiftEye2::EnterRoomMsg(CEnterRoomMsg *msg) {
CPetControl *pet = getPetControl();
- if (pet->getRoomsElevatorNum() == 4 && CLift::_v1 == 1 && !CLift::_v6) {
+ if (pet->getRoomsElevatorNum() == 4 && CLift::_hasHead && !CLift::_hasCorrectHead) {
_cursorId = CURSOR_HAND;
setVisible(true);
} else {