--- a/hedgewars/uSound.pas Sat Apr 08 21:43:48 2017 +0200
+++ b/hedgewars/uSound.pas Sat Apr 08 21:48:25 2017 +0200
@@ -267,7 +267,10 @@
(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
+ (FileName: 'countdown4.ogg'; Path: ptSounds; AltPath: ptNone),// sndCountdown4
+ (FileName: 'rubberduck_drop.ogg'; Path: ptSounds; AltPath: ptNone),// sndDuckDrop
+ (FileName: 'rubberduck_water.ogg'; Path: ptSounds; AltPath: ptNone),// sndDuckWater
+ (FileName: 'rubberduck_die.ogg'; Path: ptSounds; AltPath: ptNone) // sndDuckDie
);