aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/lure/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/sound.cpp b/engines/lure/sound.cpp
index bf9a2032ab..89939f9182 100644
--- a/engines/lure/sound.cpp
+++ b/engines/lure/sound.cpp
@@ -129,7 +129,7 @@ void SoundManager::killSounds() {
// Clear the active sounds
_activeSounds.clear();
- for (int channelNum = 0; channelNum < NUM_CHANNELS_INNER; ++channelNum)
+ for (int channelNum = 0; channelNum < NUM_CHANNELS_OUTER; ++channelNum)
_channelsInUse[channelNum] = false;
}