aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index b53417814a..bcd44c1c54 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -1128,7 +1128,7 @@ int Sound::playBundleSound(char *sound) {
}
int32 rate = 22050, channels;
- int32 tag, size = -1, bits;
+ int32 tag, size = -1, bits = 0;
if (_scumm->_gameId == GID_CMI) {
char name[20];