aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/dreamweb/stubs.cpp2
-rw-r--r--engines/dreamweb/talk.cpp2
-rw-r--r--engines/dreamweb/titles.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index 3aa8e6da74..4515939ebc 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -969,7 +969,7 @@ void DreamWebEngine::setupTimedTemp(uint8 textIndex, uint8 voiceIndex, uint8 x,
if (hasSpeech() && voiceIndex != 0) {
_speechLoaded = _sound->loadSpeech('T', voiceIndex, 'T', textIndex);
if (_speechLoaded)
- _sound->playChannel1(50+12);
+ _sound->playChannel1(62);
if (_speechLoaded && !_subtitles)
return;
diff --git a/engines/dreamweb/talk.cpp b/engines/dreamweb/talk.cpp
index ca99269cc8..2629c23355 100644
--- a/engines/dreamweb/talk.cpp
+++ b/engines/dreamweb/talk.cpp
@@ -102,7 +102,7 @@ void DreamWebEngine::startTalk() {
_speechLoaded = _sound->loadSpeech('R', _realLocation, 'C', 64*(_character & 0x7F));
if (_speechLoaded) {
_sound->volumeChange(6, 1);
- _sound->playChannel1(50 + 12);
+ _sound->playChannel1(62);
}
}
}
diff --git a/engines/dreamweb/titles.cpp b/engines/dreamweb/titles.cpp
index fa6b1060fb..f005279ba0 100644
--- a/engines/dreamweb/titles.cpp
+++ b/engines/dreamweb/titles.cpp
@@ -56,7 +56,7 @@ void DreamWebEngine::monkSpeaking() {
for (int i = 40; i < 48; i++) {
_speechLoaded = _sound->loadSpeech('T', 83, 'T', i);
- _sound->playChannel1(50 + 12);
+ _sound->playChannel1(62);
do {
waitForVSync();