hedgewars/uGame.pas
changeset 7447 01111960a48d
parent 7442 9bb6abdb5675
child 7670 9485b88f6a44
--- a/hedgewars/uGame.pas	Thu Jul 26 21:56:47 2012 +0400
+++ b/hedgewars/uGame.pas	Thu Jul 26 21:58:25 2012 +0400
@@ -48,7 +48,7 @@
 
     if (GameType = gmtDemo) then 
         if isSpeed then
-        Lag:= Lag * 10
+        begin
             i:= RealTicks-SpeedStart;
             if i < 2000 then Lag:= Lag*5
             else if i < 4000 then Lag:= Lag*10