aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/music_room_stop_phonograph_button.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-02-13 22:40:50 -0500
committerPaul Gilbert2017-02-13 22:40:50 -0500
commit8747e59c03ee75c4c04fa09c897cd43fdf9352ea (patch)
treec7d5e45bae4f270897fdc8c18c89ee079a672fa5 /engines/titanic/game/music_room_stop_phonograph_button.cpp
parent3a41bed5632fa3171473ebe8efa9048190ac7b42 (diff)
downloadscummvm-rg350-8747e59c03ee75c4c04fa09c897cd43fdf9352ea.tar.gz
scummvm-rg350-8747e59c03ee75c4c04fa09c897cd43fdf9352ea.tar.bz2
scummvm-rg350-8747e59c03ee75c4c04fa09c897cd43fdf9352ea.zip
TITANIC: Renaming of phonograph fields
Diffstat (limited to 'engines/titanic/game/music_room_stop_phonograph_button.cpp')
-rw-r--r--engines/titanic/game/music_room_stop_phonograph_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/music_room_stop_phonograph_button.cpp b/engines/titanic/game/music_room_stop_phonograph_button.cpp
index dee2c0883e..0a72406b0f 100644
--- a/engines/titanic/game/music_room_stop_phonograph_button.cpp
+++ b/engines/titanic/game/music_room_stop_phonograph_button.cpp
@@ -49,7 +49,7 @@ bool CMusicRoomStopPhonographButton::MouseButtonDownMsg(CMouseButtonDownMsg *msg
CPhonographStopMsg stopMsg;
stopMsg.execute(getParent(), nullptr, MSGFLAG_SCAN);
- if (stopMsg._value2) {
+ if (stopMsg._cylinderPresent) {
_ticks = getTicksCount();
} else {
CEjectCylinderMsg ejectMsg;