From f9c370d942d28c15b44a7f1786fac3e9e3bb545f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 4 Aug 2017 21:08:35 -0400 Subject: TITANIC: Fixes for names in the CursorId enum --- engines/titanic/game/bottom_of_well_monitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game') 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; -- cgit v1.2.3