diff -r 23fb123bd70c -r a24c4a051960 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Sat Oct 27 00:01:53 2018 +0200 +++ b/hedgewars/uSound.pas Sat Oct 27 03:58:01 2018 +0300 @@ -304,7 +304,8 @@ (FileName: 'landgun.ogg'; Path: ptSounds; AltPath: ptNone),// sndLandGun (FileName: 'graveimpact.ogg'; Path: ptSounds; AltPath: ptNone),// sndCaseImpact // TODO: New Extra Damage sound - (FileName: 'hell_ugh.ogg'; Path: ptSounds; AltPath: ptNone) // sndExtraDamage + (FileName: 'hell_ugh.ogg'; Path: ptSounds; AltPath: ptNone),// sndExtraDamage + (FileName: 'firepunch_hit.ogg'; Path: ptSounds; AltPath: ptNone) // sndFirePunchHit );