aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/stop_phonograph_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-09-09 11:01:45 -0400
committerPaul Gilbert2017-09-09 11:01:45 -0400
commit8fb2371f6fde6f82608b1f40e446cce2f5f8bf26 (patch)
tree53fec3bca4a2da39d4b70ea9881b04df21c23e71 /engines/titanic/game/stop_phonograph_button.h
parentb5ae92701482665b447e63b074e61b103b3730d7 (diff)
downloadscummvm-rg350-8fb2371f6fde6f82608b1f40e446cce2f5f8bf26.tar.gz
scummvm-rg350-8fb2371f6fde6f82608b1f40e446cce2f5f8bf26.tar.bz2
scummvm-rg350-8fb2371f6fde6f82608b1f40e446cce2f5f8bf26.zip
TITANIC: Fix play/stop operation for 1st Class Restaurant Phonograph
Diffstat (limited to 'engines/titanic/game/stop_phonograph_button.h')
-rw-r--r--engines/titanic/game/stop_phonograph_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/stop_phonograph_button.h b/engines/titanic/game/stop_phonograph_button.h
index 9388e6eda0..07a19cc103 100644
--- a/engines/titanic/game/stop_phonograph_button.h
+++ b/engines/titanic/game/stop_phonograph_button.h
@@ -30,7 +30,7 @@ namespace Titanic {
class CStopPhonographButton : public CBackground {
DECLARE_MESSAGE_MAP;
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
- bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
+ bool TimerMsg(CTimerMsg *msg);
public:
CLASSDEF;