diff -r 8f675ab05802 -r e82a076df09b hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Tue Jul 10 21:56:25 2012 +0400 +++ b/hedgewars/uWorld.pas Tue Jul 10 21:58:19 2012 +0400 @@ -1392,7 +1392,7 @@ end; // Lag alert -if isInLag then +if isInLag and (GameType <> gmtRecord) then DrawSprite(sprLag, 32 - (cScreenWidth shr 1), 32, (RealTicks shr 7) mod 12); // Wind bar