diff -r e7bcdf4f492f -r 6cffcbef02e4 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Tue May 28 21:30:02 2013 -0400 +++ b/hedgewars/uSound.pas Wed May 29 10:43:40 2013 +0200 @@ -250,7 +250,8 @@ (FileName: 'plane.ogg'; Path: ptSounds),// sndPlane (FileName: 'TARDIS.ogg'; Path: ptSounds),// sndTardis (FileName: 'frozen_hog_impact.ogg'; Path: ptSounds),// sndFrozenHogImpact - (FileName: 'ice_beam.ogg'; Path: ptSounds) // sndIceBeam + (FileName: 'ice_beam.ogg'; Path: ptSounds),// sndIceBeam + (FileName: 'hog_freeze.ogg'; Path: ptSounds) // sndHogFreeze );