From 4e0747f46bbc4ef01875da4ba1cc801caffe4f08 Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Sat, 20 Jul 2002 05:04:06 +0000 Subject: DIG:fix for codec 10, codecs are OK, now :) svn-id: r4607 --- sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound.cpp b/sound.cpp index 754cc45007..7328d78b84 100644 --- a/sound.cpp +++ b/sound.cpp @@ -905,7 +905,7 @@ void Scumm::decompressBundleSound(int index) { s += 12; k++; c += 12; - } while (k < length); + } while (k <= length); } break; -- cgit v1.2.3