diff -r 2e9221a9a9b3 -r aa7915ceb69f hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sun Mar 11 00:46:22 2018 +0100 +++ b/hedgewars/uSound.pas Sun Mar 11 10:50:02 2018 +0100 @@ -286,7 +286,8 @@ (FileName: 'custom5.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom5 (FileName: 'custom6.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom6 (FileName: 'custom7.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom7 - (FileName: 'custom8.ogg'; Path: ptSounds; AltPath: ptNone) // sndCustom8 + (FileName: 'custom8.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom8 + (FileName: 'minigun.ogg'; Path: ptSounds; AltPath: ptNone) // sndMinigun );