# HG changeset patch # User nemo # Date 1354332206 18000 # Node ID 9527839ad58b673fca4da3ea10ed480ba6d0822b # Parent 13c6d1feae99b1a2f14c341d1d7c4650e48685a0 oups diff -r 13c6d1feae99 -r 9527839ad58b hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sat Dec 01 02:14:26 2012 +0100 +++ b/hedgewars/uSound.pas Fri Nov 30 22:23:26 2012 -0500 @@ -441,7 +441,7 @@ if (not isSoundEnabled) or fastUntilLag or ((LastVoice.snd <> sndNone) and (lastChan[LastVoice.snd] <> -1) and (Mix_Playing(lastChan[LastVoice.snd]) <> 0)) then exit; i:= 0; - while (i<8) and (VoiceList[i].snd = sndNone) do + while (i<7) and (VoiceList[i].snd = sndNone) do inc(i); if (VoiceList[i].snd <> sndNone) then