--- a/hedgewars/uSound.pas Tue Apr 12 15:41:48 2016 -0400
+++ b/hedgewars/uSound.pas Wed Apr 13 12:17:30 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
);