hedgewars/uGame.pas
changeset 191 a03c2d037e24
parent 183 57c2ef19f719
child 196 993cf173218b
equal deleted inserted replaced
190:206aabea2229 191:a03c2d037e24
    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;
    56            if Hedgehogs[CurrHedgehog].BotLevel <> 0 then ProcessBot(Frames);
    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