diff -r c6f73d8e87e2 -r b392132a588c hedgewars/uSound.pas --- a/hedgewars/uSound.pas Mon Nov 14 13:13:38 2011 -0500 +++ b/hedgewars/uSound.pas Mon Nov 14 13:14:32 2011 -0500 @@ -307,7 +307,7 @@ if (not isSoundEnabled) or fastUntilLag or ((LastVoice.snd = snd) and (LastVoice.voicepack = voicepack)) then exit; if (snd = sndVictory) or (snd = sndFlawless) then begin - Mix_HaltChannel(-1); + Mix_FadeOutChannel(-1, 800); for i:= 0 to 7 do VoiceList[i].snd:= sndNone; LastVoice.snd:= sndNone; end;