--- a/hedgewars/uSound.pas Thu Apr 28 20:28:53 2016 +0200
+++ b/hedgewars/uSound.pas Thu Apr 28 21:15:08 2016 +0200
@@ -252,7 +252,10 @@
(FileName: 'TARDIS.ogg'; Path: ptSounds),// sndTardis
(FileName: 'frozen_hog_impact.ogg'; Path: ptSounds),// sndFrozenHogImpact
(FileName: 'ice_beam.ogg'; Path: ptSounds),// sndIceBeam
- (FileName: 'hog_freeze.ogg'; Path: ptSounds) // sndHogFreeze
+ (FileName: 'hog_freeze.ogg'; Path: ptSounds),// sndHogFreeze
+ (FileName: 'airmine_impact.ogg'; Path: ptSounds),// sndAirMineImpact
+ (FileName: 'knife_impact.ogg'; Path: ptSounds),// sndKnifeImpact
+ (FileName: 'extratime.ogg'; Path: ptSounds) // sndExtraTime
);