forgot them
svn-id: r13393
This commit is contained in:
parent
7041ba3568
commit
fdd44a242d
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue