diff -r f9281c294a4c -r ecfd13128100 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sun Oct 28 02:24:06 2018 +0200 +++ b/hedgewars/uSound.pas Sun Oct 28 04:21:13 2018 +0100 @@ -320,7 +320,9 @@ (FileName: 'Fire.ogg'; Path: ptVoices; AltPath: ptNone),// sndFire (FileName: 'Watchthis.ogg'; Path: ptVoices; AltPath: ptNone),// sndWatchThis (FileName: 'Runaway.ogg'; Path: ptVoices; AltPath: ptNone),// sndRunAway - (FileName: 'Revenge.ogg'; Path: ptVoices; AltPath: ptNone) // sndRevenge + (FileName: 'Revenge.ogg'; Path: ptVoices; AltPath: ptNone),// sndRevenge + (FileName: 'Cutitout.ogg'; Path: ptVoices; AltPath: ptNone),// sndCutItOut + (FileName: 'Leavemealone.ogg'; Path: ptVoices; AltPath: ptNone) // sndLeaveMeAlone ); @@ -534,7 +536,7 @@ snd := sndUhOh else if (snd in [sndDrat, sndBugger]) then snd := sndStupid - else if (snd = sndGonnaGetYou) then + else if (snd in [sndGonnaGetYou, sndCutItOut, sndLeaveMeAlone]) then snd := sndRegret else if (snd in [sndOhDear, sndSoLong]) then snd := sndByeBye