aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/get_lift_eye2.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-18 19:35:30 -0500
committerPaul Gilbert2016-12-18 19:35:30 -0500
commit98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803 (patch)
treea977e754fc00fad9a47ae67b9134eda4677732c4 /engines/titanic/game/get_lift_eye2.cpp
parentee802724166c6cd8969493fac8660037fdd4774c (diff)
downloadscummvm-rg350-98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803.tar.gz
scummvm-rg350-98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803.tar.bz2
scummvm-rg350-98c8fa3aa9c9bbd2d4dbf87118dd66802b3ad803.zip
TITANIC: Fixes for replacing eye in elevator 4, renaming in CGameObject
Diffstat (limited to 'engines/titanic/game/get_lift_eye2.cpp')
-rw-r--r--engines/titanic/game/get_lift_eye2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/get_lift_eye2.cpp b/engines/titanic/game/get_lift_eye2.cpp
index f9ff0af8a6..afb2266348 100644
--- a/engines/titanic/game/get_lift_eye2.cpp
+++ b/engines/titanic/game/get_lift_eye2.cpp
@@ -59,6 +59,7 @@ void CGetLiftEye2::load(SimpleFile *file) {
bool CGetLiftEye2::ActMsg(CActMsg *msg) {
*_destObject = msg->_action;
setVisible(true);
+ _cursorId = CURSOR_HAND;
return true;
}