hedgewars/uGearsList.pas
changeset 8161 0b8beacff8a5
parent 8145 6408c0ba4ba1
child 8330 aaefa587e277
child 8494 53b91a602955
--- a/hedgewars/uGearsList.pas	Fri Nov 30 23:36:18 2012 +0100
+++ b/hedgewars/uGearsList.pas	Sat Dec 01 02:12:10 2012 +0100
@@ -96,7 +96,7 @@
 (*    gtPoisonCloud *) , amNothing
 (*       gtSnowball *) , amSnowball
 (*          gtFlake *) , amNothing
-(*      gtStructure *) , amStructure  // TODO - This will undoubtedly change once there is more than one structure
+//(*      gtStructure *) , amStructure  // TODO - This will undoubtedly change once there is more than one structure
 (*        gtLandGun *) , amLandGun
 (*         gtTardis *) , amTardis
 (*         gtIceGun *) , amIceGun
@@ -536,6 +536,7 @@
                 gear^.Radius:= 5;
                 gear^.Density:= _1_5;
                 end;
+{
    gtStructure: begin
                 gear^.Elasticity:= _0_55;
                 gear^.Friction:= _0_995;
@@ -546,6 +547,7 @@
                 gear^.Tag:= TotalRounds + 3;
                 gear^.Pos:= 1;
                 end;
+}
       gtIceGun: gear^.Health:= 1000;
 gtGenericFaller:begin
                 gear^.AdvBounce:= 1;