diff options
Diffstat (limited to 'sound.cpp')
-rw-r--r-- | sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -905,7 +905,7 @@ void Scumm::decompressBundleSound(int index) { s += 12; k++; c += 12; - } while (k < length); + } while (k <= length); } break; |