hedgewars/uGearsUtils.pas
changeset 7168 8defaabce92e
parent 7092 c9ca770fd7fc
child 7176 fb4b0c6dfdbd
--- 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;