changeset 446 | 692c75d46a4b |
parent 408 | 6c3da4907d00 |
child 498 | 9c8b385dc9a1 |
--- 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);