diff -r c2d6476e741f -r 23c253aae336 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Mon Jan 28 17:51:18 2008 +0000 +++ b/hedgewars/uConsts.pas Mon Jan 28 18:22:35 2008 +0000 @@ -258,7 +258,7 @@ (FileName: 'Arrow'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; Width: 16; Height: 16; saveSurf: false),// sprCursor (FileName: 'Grenade'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; - Width: 32; Height: 32; saveSurf: false),// sprGrenade + Width: 16; Height: 16; saveSurf: false),// sprGrenade (FileName: 'Targetp'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil; Width: 32; Height: 32; saveSurf: false),// sprTargetP (FileName: 'UFO'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;