hedgewars/uConsts.pas
changeset 825 4b32f282f9d7
parent 823 90d651e75547
child 829 1209eb768acf
--- a/hedgewars/uConsts.pas	Tue Mar 25 21:50:36 2008 +0000
+++ b/hedgewars/uConsts.pas	Tue Mar 25 22:16:26 2008 +0000
@@ -42,7 +42,7 @@
                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
                    sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
                    sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
-                   sprHandDEagle);
+                   sprHandDEagle, sprHandAirAttack);
 
      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
@@ -353,7 +353,9 @@
                      (FileName:  'amShotgun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
                       Width:  32; Height: 32; saveSurf: false),// sprHandShotgun
                      (FileName:   'amDEagle'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
-                      Width:  32; Height: 32; saveSurf: false) // sprHandDEagle
+                      Width:  32; Height: 32; saveSurf: false),// sprHandDEagle
+                     (FileName:'amAirAttack'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
+                      Width:  32; Height: 32; saveSurf: false) // sprHandAirAttack
                      );
 
       Soundz: array[TSound] of record