diff options
Diffstat (limited to 'engines/hdb')
-rw-r--r-- | engines/hdb/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp index f9d8e5f3bc..ed03f7a7a2 100644 --- a/engines/hdb/sound.cpp +++ b/engines/hdb/sound.cpp @@ -1504,7 +1504,7 @@ void Sound::playSound(int index) { _soundCache[index].loaded = SNDMEM_LOADED; } - int soundChannel = 0; + int soundChannel = kLaserChannel; // Select Free Audio Handle for (int i = 0; i < kLaserChannel; i++) { |