diff -r 27bfd8bbde7e -r bc3306c59a08 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Fri Jul 13 16:35:42 2012 +0400 +++ b/hedgewars/uWorld.pas Fri Jul 13 16:39:20 2012 +0400 @@ -1392,7 +1392,7 @@ end; // Lag alert -if isInLag and (GameType <> gmtRecord) then +if isInLag then DrawSprite(sprLag, 32 - (cScreenWidth shr 1), 32, (RealTicks shr 7) mod 12); // Wind bar