diff -r df85fad2c7f7 -r e7bcdf4f492f hedgewars/uSound.pas --- a/hedgewars/uSound.pas Tue May 28 14:09:19 2013 -0400 +++ b/hedgewars/uSound.pas Tue May 28 21:30:02 2013 -0400 @@ -249,7 +249,8 @@ (FileName: 'hogchant3.ogg'; Path: ptSounds),// sndResurrector (FileName: 'plane.ogg'; Path: ptSounds),// sndPlane (FileName: 'TARDIS.ogg'; Path: ptSounds),// sndTardis - (FileName: 'frozen_hog_impact.ogg'; Path: ptSounds) // sndFrozenHogImpact + (FileName: 'frozen_hog_impact.ogg'; Path: ptSounds),// sndFrozenHogImpact + (FileName: 'ice_beam.ogg'; Path: ptSounds) // sndIceBeam );