diff -r 544b32038664 -r 09e2e52aa025 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sat Oct 27 17:17:01 2018 +0200 +++ b/hedgewars/uSound.pas Sat Oct 27 18:26:44 2018 +0200 @@ -316,7 +316,9 @@ (FileName: 'Bugger.ogg'; Path: ptVoices; AltPath: ptNone),// sndBugger (FileName: 'Amazing.ogg'; Path: ptVoices; AltPath: ptNone),// sndAmazing (FileName: 'Brilliant.ogg'; Path: ptVoices; AltPath: ptNone),// sndBrilliant - (FileName: 'Excellent.ogg'; Path: ptVoices; AltPath: ptNone) // sndExcellent + (FileName: 'Excellent.ogg'; Path: ptVoices; AltPath: ptNone),// sndExcellent + (FileName: 'Fire.ogg'; Path: ptVoices; AltPath: ptNone),// sndFire + (FileName: 'Watchthis.ogg'; Path: ptVoices; AltPath: ptNone) // sndWatchThis );