diff -r aff30d80bd7b -r c45b0ef1eb4c hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Tue Jun 05 14:07:28 2012 +0400 +++ b/hedgewars/uWorld.pas Wed Jun 06 22:11:55 2012 +0400 @@ -1512,9 +1512,6 @@ DrawTexture((cScreenWidth shr 1) - 60 - offsetY, offsetX, fpsTexture); end; - if CountTicks >= 1000 then - CountTicks:= 0; - // lag warning (?) inc(SoundTimerTicks, Lag); end;