# HG changeset patch # User unc0rr # Date 1124746686 0 # Node ID ffe4ad26a64cc9126488f223790e764f06d8f548 # Parent 4eeab397c3c6f9e71873a82a61ab77baa2a92655 - On every frame there was made one superfluous game tick resulting in variable game speed - Removed comment written in russian diff -r 4eeab397c3c6 -r ffe4ad26a64c hedgewars/uGame.pas --- a/hedgewars/uGame.pas Mon Aug 22 15:06:42 2005 +0000 +++ b/hedgewars/uGame.pas Mon Aug 22 21:38:06 2005 +0000 @@ -62,10 +62,9 @@ inc(SendEmptyPacketTicks, Lag) end; -// если тачка слабая, то Lag с каждым кадром стремится в бесконечность if Lag > 100 then Lag:= 100; -for i:= 0 to Lag do +for i:= 1 to Lag do if not CurrentTeam.ExtDriven then begin with CurrentTeam^ do