aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-04 21:08:35 -0400
committerPaul Gilbert2017-08-04 21:08:35 -0400
commitf9c370d942d28c15b44a7f1786fac3e9e3bb545f (patch)
treee63027035b592c39882d61f45b999af45cd9d954 /engines/titanic/game
parentfe88fab431194d0ae96776995408ecfe3a9ad0af (diff)
downloadscummvm-rg350-f9c370d942d28c15b44a7f1786fac3e9e3bb545f.tar.gz
scummvm-rg350-f9c370d942d28c15b44a7f1786fac3e9e3bb545f.tar.bz2
scummvm-rg350-f9c370d942d28c15b44a7f1786fac3e9e3bb545f.zip
TITANIC: Fixes for names in the CursorId enum
Diffstat (limited to 'engines/titanic/game')
-rw-r--r--engines/titanic/game/bottom_of_well_monitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/bottom_of_well_monitor.cpp b/engines/titanic/game/bottom_of_well_monitor.cpp
index bf19023d5d..3c87735492 100644
--- a/engines/titanic/game/bottom_of_well_monitor.cpp
+++ b/engines/titanic/game/bottom_of_well_monitor.cpp
@@ -56,7 +56,7 @@ bool CBottomOfWellMonitor::ActMsg(CActMsg *msg) {
CVisibleMsg visibleMsg;
visibleMsg.execute("CrushedTV2NE");
visibleMsg.execute("CrushedTV4SW");
- _cursorId = CURSOR_MOVE_DOWN1;
+ _cursorId = CURSOR_LOOK_DOWN;
} else if (msg->_action == "TelevisionTaken") {
_tvPresent = false;
_cursorId = CURSOR_ARROW;