hedgewars/uGame.pas
changeset 433 9f8f22094c0e
parent 393 db01cc79f278
child 519 981df6f6e2a9
equal deleted inserted replaced
432:b0f693024b50 433:9f8f22094c0e
    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