From 0411e1cdc58d29e0436498eed9340df769464937 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 23 Aug 2017 21:56:33 -0400 Subject: TITANIC: Fix incorrect cursor after getting nose --- engines/titanic/core/drop_target.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/titanic/core/drop_target.cpp b/engines/titanic/core/drop_target.cpp index 51e47519ea..fa93b72206 100644 --- a/engines/titanic/core/drop_target.cpp +++ b/engines/titanic/core/drop_target.cpp @@ -150,11 +150,11 @@ bool CDropTarget::EnterViewMsg(CEnterViewMsg *msg) { _cursorId = _dragCursorId; } else if (_clipName.empty()) { loadFrame(_dropFrame); + _cursorId = _dropCursorId; } else { playClip(_clipName, _clipFlags); + _cursorId = _dropCursorId; } - - _cursorId = _dropCursorId; } return true; -- cgit v1.2.3