diff -r 0b3b306f129a -r 8defaabce92e hedgewars/uGearsUtils.pas --- a/hedgewars/uGearsUtils.pas Sat Jun 02 22:31:41 2012 +0200 +++ b/hedgewars/uGearsUtils.pas Sun Jun 03 11:02:12 2012 -0400 @@ -474,6 +474,7 @@ if gear <> nil then begin AddVisualGear(hwRound(gear^.X), hwRound(gear^.Y), vgtExplosion); + PlaySound(sndWarp); RenderHealth(gear^.Hedgehog^); ScriptCall('onGearResurrect', gear^.uid); gear^.State := gstWait;