aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-28 16:38:15 +0000
committerMax Horn2002-12-28 16:38:15 +0000
commitb794c3c37563e42eb0ffa52ac2930a9b470ef18b (patch)
tree8af8d7926bed02158ae6aa4dedae7441ee363804 /scumm/sound.cpp
parent14dde6a6d56f1ea29156754ac2fb66e92bf564f7 (diff)
downloadscummvm-rg350-b794c3c37563e42eb0ffa52ac2930a9b470ef18b.tar.gz
scummvm-rg350-b794c3c37563e42eb0ffa52ac2930a9b470ef18b.tar.bz2
scummvm-rg350-b794c3c37563e42eb0ffa52ac2930a9b470ef18b.zip
fixed warning
svn-id: r6238
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];