Add raw PCM part to dig .bun decompressor.

svn-id: r4219
This commit is contained in:
James Brown 2002-05-06 15:32:32 +00:00
parent 1dc2ccca8d
commit 21e14b44c5
6 changed files with 17 additions and 9 deletions

View file

@ -722,8 +722,8 @@ void Scumm::decompressBundleSound(int index) {
switch(table[i].codec) {
case 0:
warning("Unimplemented bundle codec 1");
outputSize = 0;
outputSize = table[i].size;
memcpy(&CompOutput[0], &CompInput[0], outputSize);
break;
case 1: