aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/dome_from_top_of_well.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/dome_from_top_of_well.cpp')
-rw-r--r--engines/titanic/sound/dome_from_top_of_well.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/titanic/sound/dome_from_top_of_well.cpp b/engines/titanic/sound/dome_from_top_of_well.cpp
index 3721b9f3b7..789d7fa4cb 100644
--- a/engines/titanic/sound/dome_from_top_of_well.cpp
+++ b/engines/titanic/sound/dome_from_top_of_well.cpp
@@ -26,6 +26,14 @@ namespace Titanic {
EMPTY_MESSAGE_MAP(CDomeFromTopOfWell, CViewAutoSoundPlayer);
+CDomeFromTopOfWell::CDomeFromTopOfWell() : CViewAutoSoundPlayer() {
+ _filename = "z#227.wav";
+ _volume = 25;
+ _repeated = true;
+ _stopSeconds = 1;
+ _startSeconds = 1;
+}
+
void CDomeFromTopOfWell::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CViewAutoSoundPlayer::save(file, indent);