aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/restaurant_cylinder_holder.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-25 17:21:46 -0400
committerPaul Gilbert2017-08-25 17:21:46 -0400
commitfe1c3a8fe96ff14e8e9024570fe956ddb822e0ca (patch)
tree5e22a97aa229e70fe4b45319f28f85e25b079003 /engines/titanic/game/restaurant_cylinder_holder.cpp
parent8512476a0813f4c3fdfbb4b645abb43570fbfab5 (diff)
downloadscummvm-rg350-fe1c3a8fe96ff14e8e9024570fe956ddb822e0ca.tar.gz
scummvm-rg350-fe1c3a8fe96ff14e8e9024570fe956ddb822e0ca.tar.bz2
scummvm-rg350-fe1c3a8fe96ff14e8e9024570fe956ddb822e0ca.zip
TITANIC: Correct cursor after ejecting cylinder in music system
Diffstat (limited to 'engines/titanic/game/restaurant_cylinder_holder.cpp')
-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;