diff -r 32da16da4e2a -r 84a279d0556c hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Feb 23 19:33:26 2013 +0200 +++ b/hedgewars/uVariables.pas Sat Feb 23 19:34:02 2013 +0200 @@ -665,7 +665,9 @@ (FileName: 'star'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; Width: 12; Height: 12; imageWidth: 12; imageHeight: 12; saveSurf: false; priority: tpLow; getDimensions: false; getImageDimensions: false), // sprStar (FileName: 'icetexture'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; - Width: 32; Height: 32; imageWidth: 32; imageHeight: 32; saveSurf: true; priority: tpLow; getDimensions: false; getImageDimensions: true) // sprIceTexture + Width: 32; Height: 32; imageWidth: 32; imageHeight: 32; saveSurf: true; priority: tpLow; getDimensions: false; getImageDimensions: true), // sprIceTexture + (FileName: 'amIceGun'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil; + Width: 64; Height: 64; imageWidth: 64; imageHeight: 64; saveSurf: false; priority: tpLow; getDimensions: false; getImageDimensions: false) // sprIceGun ); const