diff -r 604273fb8a58 -r df85fad2c7f7 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Tue May 28 13:58:01 2013 -0400 +++ b/hedgewars/uSound.pas Tue May 28 14:09:19 2013 -0400 @@ -248,7 +248,8 @@ (FileName: 'bump.ogg'; Path: ptSounds),// sndBump (FileName: 'hogchant3.ogg'; Path: ptSounds),// sndResurrector (FileName: 'plane.ogg'; Path: ptSounds),// sndPlane - (FileName: 'TARDIS.ogg'; Path: ptSounds) // sndTardis + (FileName: 'TARDIS.ogg'; Path: ptSounds),// sndTardis + (FileName: 'frozen_hog_impact.ogg'; Path: ptSounds) // sndFrozenHogImpact );