hedgewars/uWorld.pas
changeset 7189 c45b0ef1eb4c
parent 7187 aff30d80bd7b
child 7194 d8e68cbca7ee
child 7237 1bbe31e0d707
--- 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;