diff -r a020540e0ab8 -r eb0f5c45e7ab hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Nov 13 14:04:18 2010 +0100 +++ b/hedgewars/uConsts.pas Sat Nov 13 14:40:06 2010 +0100 @@ -75,7 +75,7 @@ sprFeather, sprPiano, sprHandSineGun, sprPortalGun, sprPortal, sprCheese, sprHandCheese, sprHandFlamethrower, sprChunk, sprNote, sprSMineOff, sprSMineOn, sprHandSMine, sprHammer, - sprHandResurrector, sprCross + sprHandResurrector, sprCross, sprAirDrill ); // Gears that interact with other Gears and/or Land @@ -825,8 +825,13 @@ (FileName: 'Cross'; Path: ptGraphics; altPath: ptNone; Texture: nil; Surface: nil; Width: 108; Height: 138; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: + tpMedium; getDimensions: false; getImageDimensions: true), + //sprCross + (FileName: 'AirDrill'; Path: ptGraphics; AltPath: ptNone; + Texture: nil; Surface: nil; Width: 16; Height: 16; + imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true) - //sprCross + // sprAirDrill );