hedgewars/uConsts.pas
changeset 2888 69d04079fb46
parent 2881 70d7976fa829
child 2891 e1f902eb0cfe
--- a/hedgewars/uConsts.pas	Sun Feb 28 17:49:45 2010 +0000
+++ b/hedgewars/uConsts.pas	Sun Feb 28 17:51:38 2010 +0000
@@ -50,7 +50,7 @@
 	TSprite = (sprWater, sprCloud, sprBomb, sprBigDigit, sprFrame,
 			sprLag, sprArrow, sprGrenade, sprTargetP, sprUFO,
 			sprSmokeTrace, sprRopeHook, sprExplosion50, sprMineOff,
-			sprMineOn, sprCase, sprFAid, sprDynamite, sprPower,
+			sprMineOn, sprMineDead, sprCase, sprFAid, sprDynamite, sprPower,
 			sprClusterBomb, sprClusterParticle, sprFlame, sprHorizont,
 			sprHorizontL, sprHorizontR, sprSky, sprSkyL,
 			sprSkyR, sprAMBorders, sprAMSlot, sprAMSlotName, sprAMAmmos,
@@ -467,6 +467,8 @@
 			Width:   8; Height:  8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineOff
 			(FileName:     'MineOn'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
 			Width:   8; Height:  8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineOn
+			(FileName:     'MineDead'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
+			Width:   8; Height:  8; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprMineDead
 			(FileName:       'Case'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
 			Width:  48; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false),// sprCase
 			(FileName:   'FirstAid'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;