hedgewars/uGearsHedgehog.pas
changeset 8774 39754516eee6
parent 8753 1dfc456b7d50
child 8795 b5b79a8f9354
--- a/hedgewars/uGearsHedgehog.pas	Fri Mar 22 14:54:20 2013 +0100
+++ b/hedgewars/uGearsHedgehog.pas	Tue Mar 26 17:47:06 2013 -0400
@@ -383,10 +383,7 @@
                                  end;
                     //amStructure: newGear:= AddGear(hwRound(lx) + hwSign(dX) * 7, hwRound(ly), gtStructure, gstWait, SignAs(_0_02, dX), _0, 3000);
                        amTardis: newGear:= AddGear(hwRound(X), hwRound(Y), gtTardis, 0, _0, _0, 5000);
-                       amIceGun: begin
-                       newGear:= AddGear(hwRound(X), hwRound(Y), gtIceGun, 0, _0, _0, 0);
-                       newGear^.radius := 8;
-                       end;
+                       amIceGun: newGear:= AddGear(hwRound(X), hwRound(Y), gtIceGun, 0, _0, _0, 0);
             end;
             if altUse and (newGear <> nil) then
                begin