hedgewars/uConsts.pas
changeset 4023 8de77872ef21
parent 4003 ca0600ab38bf
child 4036 69e535a0e43a
--- a/hedgewars/uConsts.pas	Sat Oct 30 20:04:38 2010 +0200
+++ b/hedgewars/uConsts.pas	Sat Oct 30 21:43:41 2010 +0200
@@ -74,7 +74,8 @@
             sprBigExplosion, sprSmokeRing, sprBeeTrace, sprEgg, sprTargetBee, sprHandBee,
             sprFeather, sprPiano, sprHandSineGun, sprPortalGun, sprPortal,
             sprCheese, sprHandCheese, sprHandFlamethrower, sprChunk, sprNote,
-            sprSMineOff, sprSMineOn, sprHandSMine, sprHammer, sprHandResurrector
+            sprSMineOff, sprSMineOn, sprHandSMine, sprHammer,
+            sprHandResurrector, sprCross
             );
 
     // Gears that interact with other Gears and/or Land
@@ -817,8 +818,15 @@
             (FileName: 'amResurrector'; Path: ptHedgehog; AltPath: ptNone;
                 Texture: nil; Surface: nil; Width: 32; Height: 32;
                 imageWidth: 0; imageHeight: 0; saveSurf: false; priority:
-                tpMedium; getDimensions: false; getImageDimensions: true) 
-            ); // sprHandResurrector
+                tpMedium; getDimensions: false; getImageDimensions: true),
+            //sprHandResurrector
+            (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
+            );
+
 
     Wavez: array [TWave] of record
             Sprite: TSprite;