diff -r 039a9a6d68eb -r 1effb8b72b11 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sat Oct 27 19:07:37 2018 +0200 +++ b/hedgewars/uSound.pas Sat Oct 27 19:50:01 2018 +0200 @@ -318,7 +318,8 @@ (FileName: 'Brilliant.ogg'; Path: ptVoices; AltPath: ptNone),// sndBrilliant (FileName: 'Excellent.ogg'; Path: ptVoices; AltPath: ptNone),// sndExcellent (FileName: 'Fire.ogg'; Path: ptVoices; AltPath: ptNone),// sndFire - (FileName: 'Watchthis.ogg'; Path: ptVoices; AltPath: ptNone) // sndWatchThis + (FileName: 'Watchthis.ogg'; Path: ptVoices; AltPath: ptNone),// sndWatchThis + (FileName: 'Runaway.ogg'; Path: ptVoices; AltPath: ptNone) // sndRunAway ); @@ -538,6 +539,8 @@ snd := sndByeBye else if (snd = sndWhatThe) then snd := sndNooo + else if (snd = sndRunAway) then + snd := sndOops else if (snd = sndThisOneIsMine) then snd := sndReinforce else if (snd in [sndAmazing, sndBrilliant, sndExcellent]) then