changeset 108 | 08f1fe6f21f8 |
parent 89 | f9db56409a86 |
child 109 | ab0340f580c2 |
--- 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