hedgewars/uTypes.pas
branchtransitional_engine
changeset 15900 128ace913837
parent 15665 63e2b7b2ec47
child 15901 f39f0f614dbf
--- a/hedgewars/uTypes.pas	Tue Dec 13 21:21:55 2022 +0100
+++ b/hedgewars/uTypes.pas	Mon Jan 02 15:59:26 2023 +0100
@@ -99,7 +99,7 @@
 
     // Gears that interact with other Gears and/or Land
     // first row of gears (<gtExplosives) should be avoided when searching a spawn place
-    TGearType = (gtFlame, gtHedgehog, gtMine, gtCase, gtAirMine, gtExplosives, 
+    TGearType = (gtFlame, gtHedgehog, gtMine, gtCase, gtAirMine, gtExplosives,
             gtGrenade, gtShell, gtGrave, gtBee, // 9
             gtShotgunShot, gtPickHammer, gtRope,  // 12
             gtDEagleShot, gtDynamite, gtClusterBomb, gtCluster, gtShover, // 17
@@ -546,7 +546,6 @@
 
 
     TLandArray = packed array of array of LongWord;
-    TCollisionArray = packed array of array of Word;
     TDirtyTag = packed array of array of byte;
 
     TPreview  = packed array[0..127, 0..31] of byte;