aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorMax Horn2002-11-13 15:08:22 +0000
committerMax Horn2002-11-13 15:08:22 +0000
commit775adc7a4fbd86ad34a7a1266d1b2fc728d2d9fa (patch)
tree69bacb6fd881ae822a50ce0fbd378d25939d7f19 /scumm/sound.cpp
parentc5847f6f3bebe19d2786670bcd14c9fcd5ea29b9 (diff)
downloadscummvm-rg350-775adc7a4fbd86ad34a7a1266d1b2fc728d2d9fa.tar.gz
scummvm-rg350-775adc7a4fbd86ad34a7a1266d1b2fc728d2d9fa.tar.bz2
scummvm-rg350-775adc7a4fbd86ad34a7a1266d1b2fc728d2d9fa.zip
more initialisation fixes
svn-id: r5533
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 200c2d9367..0b3fc30db4 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -40,6 +40,7 @@ Sound::Sound(Scumm *parent) {
_nameBundleMusic = NULL;
_musicBundleBufFinal = NULL;
_musicBundleBufOutput = NULL;
+ _talkChannel = -1;
}
Sound::~Sound() {