aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/stop_phonograph_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-09-04 12:42:05 -0400
committerPaul Gilbert2017-09-04 12:42:05 -0400
commit9a0798f38714eccd57f088af243a167bd1d39bc8 (patch)
treeef0f43539b17f7f37b63d2c9e9a49bc5abea248e /engines/titanic/game/stop_phonograph_button.h
parentbe208264dd2025f0034d0848b21d2652b164f153 (diff)
downloadscummvm-rg350-9a0798f38714eccd57f088af243a167bd1d39bc8.tar.gz
scummvm-rg350-9a0798f38714eccd57f088af243a167bd1d39bc8.tar.bz2
scummvm-rg350-9a0798f38714eccd57f088af243a167bd1d39bc8.zip
TITANIC: Fix display of music system stop button when pressed
Diffstat (limited to 'engines/titanic/game/stop_phonograph_button.h')
-rw-r--r--engines/titanic/game/stop_phonograph_button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/stop_phonograph_button.h b/engines/titanic/game/stop_phonograph_button.h
index d416c4f8fe..9388e6eda0 100644
--- a/engines/titanic/game/stop_phonograph_button.h
+++ b/engines/titanic/game/stop_phonograph_button.h
@@ -30,6 +30,7 @@ namespace Titanic {
class CStopPhonographButton : public CBackground {
DECLARE_MESSAGE_MAP;
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
public:
CLASSDEF;