hedgewars/uGame.pas
changeset 11539 c22d292e7266
parent 11532 bf86c6cb9341
child 11605 dc8de75747f9
equal deleted inserted replaced
11538:00860966354d 11539:c22d292e7266
    86             end
    86             end
    87         end;
    87         end;
    88     end;
    88     end;
    89 PlayNextVoice;
    89 PlayNextVoice;
    90 i:= 1;
    90 i:= 1;
    91 while (GameState <> gsExit) and (i <= Lag) do
    91 while (GameState <> gsExit) and (i <= Lag) and allOK do
    92     begin
    92     begin
    93     if not CurrentTeam^.ExtDriven then
    93     if not CurrentTeam^.ExtDriven then
    94         begin
    94         begin
    95         if CurrentHedgehog^.BotLevel <> 0 then
    95         if CurrentHedgehog^.BotLevel <> 0 then
    96             ProcessBot;
    96             ProcessBot;