- added initial radio chatter sfx, still not fully correct

- remove obsolete mixerStreamRunning track variable

svn-id: r35801
This commit is contained in:
Paweł Kołodziejski 2009-01-10 13:04:33 +00:00
parent 6c27a9f008
commit 5fc53e262e
5 changed files with 28 additions and 4 deletions

View file

@ -2613,7 +2613,7 @@ void ScummEngine_v7::o6_kernelSetFunctions() {
enqueueText(getStringAddressVar(VAR_STRING2DRAW), args[3], args[4], args[2], args[1], (args[0] == 16));
break;
case 20:
// it's used for turn on/off 'RadioChatter' effect for voice in the dig, but i's not needed
_imuseDigital->setRadioChatterSFX(args[1]);
break;
case 107:
a = derefActor(args[1], "o6_kernelSetFunctions: 107");