forgot them

svn-id: r13393
This commit is contained in:
Paweł Kołodziejski 2004-03-27 20:55:26 +00:00
parent 7041ba3568
commit fdd44a242d
2 changed files with 2 additions and 2 deletions

View file

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