mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
DREAMWEB: Remove irrelevant additions in SFX id 62 usage.
This commit is contained in:
parent
628cfa3d47
commit
6691424397
@ -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;
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user