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 d8bcf07ff7..d135aa2a2c 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -791,7 +791,7 @@ void Scumm::decompressBundleSound(int index) {
COMP_table table[50];
unsigned char *CompInput, *CompOutput, *CompFinal, *Final;
int outputSize, finalSize;
- uint32 offset1, offset2, offset3, length, k, c, s, j, r, t;
+ int32 offset1, offset2, offset3, length, k, c, s, j, r, t;
byte * src, * t_table;
byte t_tmp1, t_tmp2;