hedgewars/uConsts.pas
changeset 845 ca72cf446ec2
parent 844 9a82149409f3
child 847 66970c0ed3aa
--- a/hedgewars/uConsts.pas	Sun Apr 13 14:06:17 2008 +0000
+++ b/hedgewars/uConsts.pas	Sun Apr 13 16:14:13 2008 +0000
@@ -42,7 +42,7 @@
                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
                    sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
                    sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
-                   sprHandDEagle, sprHandAirAttack, sprHandBaseball);
+                   sprHandDEagle, sprHandAirAttack, sprHandBaseball, sprPHammer);
 
      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
@@ -357,7 +357,9 @@
                      (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
                       Width:  32; Height: 32; saveSurf: false),// sprHandAirAttack
                      (FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
-                      Width:  32; Height: 32; saveSurf: false) // sprHandBaseball
+                      Width:  32; Height: 32; saveSurf: false),// sprHandBaseball
+                     (FileName:     'Hammer'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
+                      Width:  32; Height: 64; saveSurf: false) // sprPHammer
                      );
 
       Soundz: array[TSound] of record