diff options
Diffstat (limited to 'engines/titanic/carry')
-rw-r--r-- | engines/titanic/carry/phonograph_cylinder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/carry/phonograph_cylinder.cpp b/engines/titanic/carry/phonograph_cylinder.cpp index 67ea301681..fa260ef876 100644 --- a/engines/titanic/carry/phonograph_cylinder.cpp +++ b/engines/titanic/carry/phonograph_cylinder.cpp @@ -104,6 +104,7 @@ void CPhonographCylinder::load(SimpleFile *file) { bool CPhonographCylinder::UseWithOtherMsg(CUseWithOtherMsg *msg) { CPhonograph *phonograph = dynamic_cast<CPhonograph *>(msg->_other); if (phonograph) { + // Below is redundant, since original never actually executes message CSetVarMsg varMsg("m_RecordStatus", 1); return true; } else { |