# HG changeset patch # User unc0rr # Date 1171578480 0 # Node ID 692c75d46a4b33f247e1c12fc17c55138b2d4db4 # Parent fb66abeb551fc6f92af6adee73bfda204cd9edff Better Sync animation :) 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; diff -r fb66abeb551f -r 692c75d46a4b hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Wed Feb 14 23:26:31 2007 +0000 +++ b/hedgewars/uWorld.pas Thu Feb 15 22:28:00 2007 +0000 @@ -295,7 +295,7 @@ end; // Lag alert -if isInLag then DrawSprite(sprLag, 32, 32 + cConsoleYAdd, (hwFloatTicks shr 7) mod 7, Surface); +if isInLag then DrawSprite(sprLag, 32, 32 + cConsoleYAdd, (hwFloatTicks shr 7) mod 12, Surface); // Wind bar DrawGear(sWindBar, cScreenWidth - 180, cScreenHeight - 30, Surface); diff -r fb66abeb551f -r 692c75d46a4b share/hedgewars/Data/Graphics/Lag.png Binary file share/hedgewars/Data/Graphics/Lag.png has changed