diff -r b08ce0293a51 -r 08f1fe6f21f8 hedgewars/uGame.pas --- a/hedgewars/uGame.pas Fri Aug 11 16:17:50 2006 +0000 +++ b/hedgewars/uGame.pas Fri Aug 11 20:00:29 2006 +0000 @@ -64,7 +64,7 @@ end; if Lag > 100 then Lag:= 100 -else if GameType = gmtSave then Lag:= 2500; +else if GameType = gmtSave then if GameTicks < 164550 then Lag:= 2500; i:= 1; while (GameState <> gsExit) and (i <= Lag) do