Not needed here
authorunc0rr
Wed, 06 Jun 2012 22:11:55 +0400
changeset 7189 c45b0ef1eb4c
parent 7187 aff30d80bd7b
child 7190 aa8d68817c32
Not needed here
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;