From 6691424397bd9db6e022e64ca0b5c91e24d8d35d Mon Sep 17 00:00:00 2001 From: D G Turner Date: Thu, 31 May 2012 05:39:08 +0100 Subject: DREAMWEB: Remove irrelevant additions in SFX id 62 usage. --- engines/dreamweb/stubs.cpp | 2 +- engines/dreamweb/talk.cpp | 2 +- engines/dreamweb/titles.cpp | 2 +- 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(); -- cgit v1.2.3