hedgewars/uGame.pas
changeset 108 08f1fe6f21f8
parent 89 f9db56409a86
child 109 ab0340f580c2
equal deleted inserted replaced
107:b08ce0293a51 108:08f1fe6f21f8
    62       end;
    62       end;
    63    inc(SendEmptyPacketTicks, Lag)
    63    inc(SendEmptyPacketTicks, Lag)
    64    end;
    64    end;
    65 
    65 
    66 if Lag > 100 then Lag:= 100
    66 if Lag > 100 then Lag:= 100
    67 else if GameType = gmtSave then Lag:= 2500;
    67 else if GameType = gmtSave then if GameTicks < 164550 then Lag:= 2500;
    68 
    68 
    69 i:= 1;
    69 i:= 1;
    70 while (GameState <> gsExit) and (i <= Lag) do
    70 while (GameState <> gsExit) and (i <= Lag) do
    71     begin
    71     begin
    72     if not CurrentTeam.ExtDriven then
    72     if not CurrentTeam.ExtDriven then