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/support/mouse_cursor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/titanic/support/mouse_cursor.h') diff --git a/engines/titanic/support/mouse_cursor.h b/engines/titanic/support/mouse_cursor.h index 325e31de96..aff3bacbc1 100644 --- a/engines/titanic/support/mouse_cursor.h +++ b/engines/titanic/support/mouse_cursor.h @@ -36,9 +36,9 @@ enum CursorId { CURSOR_MOVE_LEFT = 2, CURSOR_MOVE_RIGHT = 3, CURSOR_MOVE_FORWARD = 4, - CURSOR_MOVE_UP = 5, - CURSOR_MOVE_DOWN1 = 6, - CURSOR_MOVE_FORWARD2 = 7, + CURSOR_LOOK_UP = 5, + CURSOR_LOOK_DOWN = 6, + CURSOR_MOVE_THROUGH = 7, CURSOR_HAND = 8, CURSOR_ACTIVATE = 9, CURSOR_INVALID = 10, -- cgit v1.2.3