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);