hedgewars/uConsts.pas
changeset 1045 ea195268734f
parent 1041 362b95d49cf4
child 1046 c22d833c3ae2
--- a/hedgewars/uConsts.pas	Tue Jul 01 22:26:36 2008 +0000
+++ b/hedgewars/uConsts.pas	Fri Jul 04 14:40:52 2008 +0000
@@ -46,7 +46,7 @@
                    sprHandBlowTorch, sprBlowTorch, sprTeleport, sprHHDeath,
                    sprShotgun, sprDEagle, sprHHIdle, sprMortar, sprTurnsLeft,
                    sprHat, sprKamikaze, sprWhip, sprKowtow, sprSad, sprWave,
-                   sprHurrah, sprLemonade);
+                   sprHurrah, sprLemonade, sprExplPart);
 
      TGearType  = (gtAmmo_Bomb, gtHedgehog, gtAmmo_Grenade, gtHealthTag,
                    gtGrave, gtUFO, gtShotgunShot, gtPickHammer, gtRope,
@@ -411,7 +411,9 @@
                      (FileName:     'Hurrah'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
                       Width:  32; Height: 32; saveSurf: false),// sprHurrah
                      (FileName:'ILoveLemonade';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
-                      Width: 128; Height: 32; saveSurf: false) // sprLemonade
+                      Width: 128; Height: 32; saveSurf: false),// sprLemonade
+                     (FileName:   'ExplPart'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
+                      Width:  32; Height: 32; saveSurf: false) // sprExplPart
                      );
 
 	Wavez: array [TWave] of record