hedgewars/uGears.pas
changeset 2208 7d1a084d11ab
parent 2204 526f8165acce
child 2217 458c08d74ae6
--- a/hedgewars/uGears.pas	Sun Jun 28 21:43:46 2009 +0000
+++ b/hedgewars/uGears.pas	Sun Jun 28 23:36:41 2009 +0000
@@ -346,8 +346,7 @@
                 end;
    gtBlowTorch: begin
                 Result^.Radius:= cHHRadius + cBlowTorchC;
-                Result^.Timer:= 7500;
-                Result^.RenderTimer:= true
+                Result^.Timer:= 7500
                 end;
     gtSwitcher: begin
                 Result^.Z:= cCurrHHZ
@@ -381,8 +380,7 @@
                 end;
        gtDrill: begin
                 Result^.Timer:= 5000;
-                Result^.Radius:= 4;
-                Result^.RenderTimer:= true
+                Result^.Radius:= 4
                 end;
         gtBall: begin
                 Result^.Radius:= 5;