# HG changeset patch # User unc0rr # Date 1237743840 0 # Node ID ae0addb057910bcefe8d71baf26169442469b936 # Parent 30fa1608b54fccd80c9b029ce9f1c4e4fef44c59 Fix previous patch diff -r 30fa1608b54f -r ae0addb05791 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