aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-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() {