--- 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