From fe1c3a8fe96ff14e8e9024570fe956ddb822e0ca Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 25 Aug 2017 17:21:46 -0400 Subject: TITANIC: Correct cursor after ejecting cylinder in music system --- engines/titanic/game/restaurant_cylinder_holder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/titanic/game/restaurant_cylinder_holder.cpp b/engines/titanic/game/restaurant_cylinder_holder.cpp index 1a7d10f1cf..9e608b23a6 100644 --- a/engines/titanic/game/restaurant_cylinder_holder.cpp +++ b/engines/titanic/game/restaurant_cylinder_holder.cpp @@ -111,7 +111,7 @@ bool CRestaurantCylinderHolder::MovieEndMsg(CMovieEndMsg *msg) { } else { _isOpen = true; _dropEnabled = false; - _cursorId = findByName("Phonograph Cylinder") ? _dropCursorId : _dragCursorId; + _cursorId = findByName("Phonograph Cylinder", true) ? _dropCursorId : _dragCursorId; } CCylinderHolderReadyMsg holderMsg; -- cgit v1.2.3