From 8747e59c03ee75c4c04fa09c897cd43fdf9352ea Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 13 Feb 2017 22:40:50 -0500 Subject: TITANIC: Renaming of phonograph fields --- engines/titanic/game/music_room_stop_phonograph_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/game/music_room_stop_phonograph_button.cpp') 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; -- cgit v1.2.3