aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/smush_mixer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/smush/smush_mixer.cpp b/scumm/smush/smush_mixer.cpp
index f75fd92881..7f2dba979a 100644
--- a/scumm/smush/smush_mixer.cpp
+++ b/scumm/smush/smush_mixer.cpp
@@ -106,10 +106,6 @@ bool SmushMixer::handleFrame() {
for (int i = 0; i < SoundMixer::NUM_CHANNELS; i++) {
if (_channels[i].id != -1) {
if (_channels[i].chan->isTerminated()) {
- if (_channels[i].mixer_index != -1) {
- _mixer->stop(_channels[i].mixer_index);
- _channels[i].mixer_index = -1;
- }
delete _channels[i].chan;
_channels[i].id = -1;
_channels[i].chan = NULL;