equal
deleted
inserted
replaced
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 |