aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/bird_song.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/bird_song.cpp')
-rw-r--r--engines/titanic/sound/bird_song.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/bird_song.cpp b/engines/titanic/sound/bird_song.cpp
index 53a25e2dbe..36b4aa58d3 100644
--- a/engines/titanic/sound/bird_song.cpp
+++ b/engines/titanic/sound/bird_song.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-BEGIN_MESSAGE_MAP(CBirdSong, CAutoSoundPlayer)
+BEGIN_MESSAGE_MAP(CBirdSong, CRoomAutoSoundPlayer)
ON_MESSAGE(TurnOn)
ON_MESSAGE(SignalObject)
END_MESSAGE_MAP()