aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/game/restaurant_cylinder_holder.cpp2
1 files changed, 1 insertions, 1 deletions
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;