hedgewars/uConsts.pas
changeset 823 90d651e75547
parent 822 2ae8fd8ef804
child 825 4b32f282f9d7
--- a/hedgewars/uConsts.pas	Mon Mar 24 20:27:12 2008 +0000
+++ b/hedgewars/uConsts.pas	Tue Mar 25 16:07:23 2008 +0000
@@ -40,8 +40,9 @@
                    sprAMSlotKeys, sprAMSelection, sprFinger, sprAirBomb,
                    sprAirplane, sprAmAirplane, sprAmGirder, sprHHTelepMask,
                    sprSwitch, sprParachute, sprTarget, sprRopeNode, sprConsoleBG,
-                   sprQuestion, sprPowerBar, sprWindBar,
-                   sprWindL, sprWindR, sprFlake, sprHandRope);
+                   sprQuestion, sprPowerBar, sprWindBar, sprWindL, sprWindR,
+                   sprFlake, sprHandRope, sprHandBazooka, sprHandShotgun,
+                   sprHandDEagle);
 
      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
@@ -346,7 +347,13 @@
                      (FileName:      'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil;
                       Width:  64; Height: 64; saveSurf: false),// sprFlake
                      (FileName:     'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
-                      Width:  32; Height: 32; saveSurf: false) // sprHandRope
+                      Width:  32; Height: 32; saveSurf: false),// sprHandRope
+                     (FileName:  'amBazooka'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
+                      Width:  32; Height: 32; saveSurf: false),// sprHandBazooka
+                     (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
                      );
 
       Soundz: array[TSound] of record
@@ -514,7 +521,7 @@
                                    Slot: 7;
                                    TimeAfterTurn: 0;
                                    minAngle: 0;
-                                   maxAngle: cMaxAngle;// div 2;
+                                   maxAngle: cMaxAngle div 2;
                                    PosCount: 1;
                                    PosSprite: sprWater),
                                   (NameId: sidMine;