mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
forgot them
svn-id: r13393
This commit is contained in:
parent
7041ba3568
commit
fdd44a242d
@ -1329,7 +1329,7 @@ void ScummEngine::akos_queCommand(byte cmd, Actor *a, int param_1, int param_2)
|
||||
case 3:
|
||||
if (param_1 != 0) {
|
||||
if (_features & GF_DIGI_IMUSE)
|
||||
_imuseDigital->startSfx(param_1);
|
||||
_imuseDigital->startSfx(param_1, 63);
|
||||
else
|
||||
_sound->addSoundToQueue(param_1);
|
||||
}
|
||||
|
@ -1029,7 +1029,7 @@ void ScummEngine_v6::o6_getOwner() {
|
||||
|
||||
void ScummEngine_v6::o6_startSound() {
|
||||
if (_features & GF_DIGI_IMUSE)
|
||||
_imuseDigital->startSfx(pop());
|
||||
_imuseDigital->startSfx(pop(), 64);
|
||||
else
|
||||
_sound->addSoundToQueue(pop());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user