Loading

Paste #pmqx8er2l

  1.     if (AI::CanStartNew() && _game_mode != GM_MENU && --_next_competitor_start == 0) {
  2.         /* Allow multiple AIs to possibly start in the same tick. */
  3.         do {
  4.             if (!MaybeStartNewCompany()) {
  5.                 break;
  6.             }
  7.         } while (AI::GetStartNextTime() == 0);
  8.     }

Comments