aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound.cpp2
1 files changed, 1 insertions, 1 deletions
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;