Fix previous patch
authorunc0rr
Sun, 22 Mar 2009 17:44:00 +0000
changeset 1910 ae0addb05791
parent 1909 30fa1608b54f
child 1911 6283bd8a960b
Fix previous patch
hedgewars/uConsts.pas
--- 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