DREAMWEB: Remove irrelevant additions in SFX id 62 usage.

This commit is contained in:
D G Turner 2012-05-31 05:39:08 +01:00
parent 628cfa3d47
commit 6691424397
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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);
}
}
}

View File

@ -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();