--- a/hedgewars/uConsts.pas Sun Mar 22 17:41:07 2009 +0000
+++ b/hedgewars/uConsts.pas Sun Mar 22 17:44:00 2009 +0000
@@ -493,7 +493,9 @@
(FileName: 'Utility'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
Width: 48; Height: 48; saveSurf: false), // sprUtility
(FileName:'Invulnerable';Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
- Width: 48; Height: 48; saveSurf: false) // sprInvulnerable
+ Width: 48; Height: 48; saveSurf: false), // sprInvulnerable
+ (FileName: 'amGirder'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
+ Width: 512; Height:512; saveSurf: false) // sprGirder
);
Wavez: array [TWave] of record