aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/enter_view_toggles_other_music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/enter_view_toggles_other_music.h')
-rw-r--r--engines/titanic/sound/enter_view_toggles_other_music.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/titanic/sound/enter_view_toggles_other_music.h b/engines/titanic/sound/enter_view_toggles_other_music.h
index 6bbeea4890..a91b1e1933 100644
--- a/engines/titanic/sound/enter_view_toggles_other_music.h
+++ b/engines/titanic/sound/enter_view_toggles_other_music.h
@@ -28,8 +28,10 @@
namespace Titanic {
class CEnterViewTogglesOtherMusic : public CTriggerAutoMusicPlayer {
+ DECLARE_MESSAGE_MAP;
+ bool EnterViewMsg(CEnterViewMsg *msg);
protected:
- int _fieldC8;
+ int _value;
public:
CLASSDEF;
CEnterViewTogglesOtherMusic();