aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/restaurant_cylinder_holder.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-12-22 18:50:09 -0500
committerPaul Gilbert2016-12-24 18:23:34 -0500
commit4c1da0fc223fc1b6e6bf22f043e1a18fb51b40ab (patch)
tree1c70078744c7e3669927f6e36f909f512a819d3e /engines/titanic/game/restaurant_cylinder_holder.cpp
parent9e11746eba734fd88ef8c8d1d17d16ef3dac3c99 (diff)
downloadscummvm-rg350-4c1da0fc223fc1b6e6bf22f043e1a18fb51b40ab.tar.gz
scummvm-rg350-4c1da0fc223fc1b6e6bf22f043e1a18fb51b40ab.tar.bz2
scummvm-rg350-4c1da0fc223fc1b6e6bf22f043e1a18fb51b40ab.zip
TITANIC: Renamings on CDropTarget
Diffstat (limited to 'engines/titanic/game/restaurant_cylinder_holder.cpp')
-rw-r--r--engines/titanic/game/restaurant_cylinder_holder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/game/restaurant_cylinder_holder.cpp b/engines/titanic/game/restaurant_cylinder_holder.cpp
index adf029d8f7..5fb8c97cde 100644
--- a/engines/titanic/game/restaurant_cylinder_holder.cpp
+++ b/engines/titanic/game/restaurant_cylinder_holder.cpp
@@ -71,7 +71,7 @@ bool CRestaurantCylinderHolder::EjectCylinderMsg(CEjectCylinderMsg *msg) {
if (_field118) {
playClip(hasCylinder ? "CloseHolder_Full" : "CloseHolder_Empty",
MOVIE_NOTIFY_OBJECT | MOVIE_GAMESTATE);
- _fieldF4 = 1;
+ _dropEnabled = true;
} else {
playClip(hasCylinder ? "OpenHolder_Full" : "OpenHolder_Empty",
MOVIE_NOTIFY_OBJECT | MOVIE_GAMESTATE);
@@ -109,7 +109,7 @@ bool CRestaurantCylinderHolder::MovieEndMsg(CMovieEndMsg *msg) {
readyMsg.execute(_target);
} else {
_field118 = true;
- _fieldF4 = false;
+ _dropEnabled = false;
_cursorId = findByName("Phonograph Cylinder") ? _dropCursorId : _dragCursorId;
}