DIG:fix for codec 10,

codecs are OK, now :)

svn-id: r4607
This commit is contained in:
Paweł Kołodziejski
2002-07-20 05:04:06 +00:00
parent 5333ff5e3d
commit 4e0747f46b
+1 -1
View File
@@ -905,7 +905,7 @@ void Scumm::decompressBundleSound(int index) {
s += 12;
k++;
c += 12;
} while (k < length);
} while (k <= length);
}
break;