equal
deleted
inserted
replaced
51 while (GameState <> gsExit) and (i <= Lag) do |
51 while (GameState <> gsExit) and (i <= Lag) do |
52 begin |
52 begin |
53 if not CurrentTeam^.ExtDriven then |
53 if not CurrentTeam^.ExtDriven then |
54 begin |
54 begin |
55 with CurrentTeam^ do |
55 with CurrentTeam^ do |
56 if Hedgehogs[CurrHedgehog].BotLevel <> 0 then ProcessBot(Frames); |
56 if Hedgehogs[CurrHedgehog].BotLevel <> 0 then ProcessBot; |
57 ProcessGears |
57 ProcessGears |
58 end else |
58 end else |
59 begin |
59 begin |
60 NetGetNextCmd; |
60 NetGetNextCmd; |
61 if isInLag then |
61 if isInLag then |