hedgewars/uGearsList.pas
changeset 14196 ab5e710d353d
parent 14006 105793e575d6
child 14200 1bdce164eb72
--- a/hedgewars/uGearsList.pas	Sat Nov 10 20:58:00 2018 +0100
+++ b/hedgewars/uGearsList.pas	Sat Nov 10 21:15:42 2018 +0100
@@ -98,7 +98,6 @@
 (*    gtPoisonCloud *) , amNothing
 (*       gtSnowball *) , amSnowball
 (*          gtFlake *) , amNothing
-//(*      gtStructure *) , amStructure  // TODO - This will undoubtedly change once there is more than one structure
 (*        gtLandGun *) , amLandGun
 (*         gtTardis *) , amTardis
 (*         gtIceGun *) , amIceGun
@@ -717,18 +716,6 @@
                 gear^.Radius:= 5;
                 gear^.Density:= _1_5;
                 end;
-{
-   gtStructure: begin
-                gear^.Elasticity:= _0_55;
-                gear^.Friction:= _0_995;
-                gear^.Density:= _0_9;
-                gear^.Radius:= 13;
-                gear^.Health:= 200;
-                gear^.Timer:= 0;
-                gear^.Tag:= TotalRoundsPre + 3;
-                gear^.Pos:= 1;
-                end;
-}
       gtIceGun: begin
                 gear^.Health:= 1000;
                 gear^.Radius:= 8;