aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/bird_song.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/bird_song.h')
-rw-r--r--engines/titanic/sound/bird_song.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/titanic/sound/bird_song.h b/engines/titanic/sound/bird_song.h
index 35758e5b77..52af94b180 100644
--- a/engines/titanic/sound/bird_song.h
+++ b/engines/titanic/sound/bird_song.h
@@ -28,11 +28,14 @@
namespace Titanic {
class CBirdSong : public CRoomAutoSoundPlayer {
+ DECLARE_MESSAGE_MAP;
+ bool TurnOn(CTurnOn *msg);
+ bool SignalObject(CSignalObject *msg);
public:
- int _value;
+ bool _flag;
public:
CLASSDEF;
- CBirdSong() : CRoomAutoSoundPlayer(), _value(0) {}
+ CBirdSong() : CRoomAutoSoundPlayer(), _flag(false) {}
/**
* Save the data for the class to file