diff -r fb66abeb551f -r 692c75d46a4b hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed Feb 14 23:26:31 2007 +0000 +++ b/hedgewars/uConsts.pas Thu Feb 15 22:28:00 2007 +0000 @@ -255,7 +255,7 @@ (FileName: 'Frame'; Path: ptGraphics; AltPath: ptNone; Surface: nil; Width: 4; Height: 32; hasAlpha: true),// sprFrame (FileName: 'Lag'; Path: ptGraphics; AltPath: ptNone; Surface: nil; - Width: 64; Height: 64; hasAlpha: false),// sprLag + Width: 65; Height: 65; hasAlpha: true),// sprLag (FileName: 'Arrow'; Path: ptGraphics; AltPath: ptNone; Surface: nil; Width: 16; Height: 16; hasAlpha: false),// sprCursor (FileName: 'Grenade'; Path: ptGraphics; AltPath: ptNone; Surface: nil;