hedgewars/uConsts.pas
changeset 834 5687fa57a6c1
parent 830 f07267032194
child 843 27b5180d0988
--- a/hedgewars/uConsts.pas	Wed Apr 02 10:46:54 2008 +0000
+++ b/hedgewars/uConsts.pas	Sat Apr 05 17:06:26 2008 +0000
@@ -42,7 +42,7 @@
                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
                    sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
                    sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
-                   sprHandDEagle, sprHandAirAttack);
+                   sprHandDEagle, sprHandAirAttack, sprHandBaseball);
 
      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
@@ -355,7 +355,9 @@
                      (FileName:   'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
                       Width:  32; Height: 32; saveSurf: false),// sprHandDEagle
                      (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
-                      Width:  32; Height: 32; saveSurf: false) // sprHandAirAttack
+                      Width:  32; Height: 32; saveSurf: false),// sprHandAirAttack
+                     (FileName: 'amBaseball'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
+                      Width:  32; Height: 32; saveSurf: false) // sprHandBaseball
                      );
 
       Soundz: array[TSound] of record