diff -r 232b57a70aca -r c9bad8a01185 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sat Apr 30 20:55:16 2016 +0200 +++ b/hedgewars/uSound.pas Sat Nov 19 15:00:14 2016 +0100 @@ -263,7 +263,11 @@ (FileName: 'portalshot.ogg'; Path: ptSounds; AltPath: ptNone),// sndPortalShot (FileName: 'portalswitch.ogg'; Path: ptSounds; AltPath: ptNone),// sndPortalSwitch (FileName: 'portalopen.ogg'; Path: ptSounds; AltPath: ptNone),// sndPortalOpen - (FileName: 'blowtorch.ogg'; Path: ptSounds; AltPath: ptNone) // sndBlowTorch + (FileName: 'blowtorch.ogg'; Path: ptSounds; AltPath: ptNone),// sndBlowTorch + (FileName: 'countdown1.ogg'; Path: ptSounds; AltPath: ptNone),// sndCountdown1 + (FileName: 'countdown2.ogg'; Path: ptSounds; AltPath: ptNone),// sndCountdown2 + (FileName: 'countdown3.ogg'; Path: ptSounds; AltPath: ptNone),// sndCountdown3 + (FileName: 'countdown4.ogg'; Path: ptSounds; AltPath: ptNone) // sndCountdown4 );