From c3249d599fb4805b6c59e89c28c4d2720a7bcae0 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 13 Jan 2009 14:00:26 +0000 Subject: (svn r15059) -Add [NoAI]: use 'start_date' from the AI configure to see when an AI should start next --- src/company_cmd.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/company_cmd.cpp') diff --git a/src/company_cmd.cpp b/src/company_cmd.cpp index 4a27b512d..be18fb279 100644 --- a/src/company_cmd.cpp +++ b/src/company_cmd.cpp @@ -494,9 +494,7 @@ static void MaybeStartNewCompany() DoCommandP(0, 1, 0, CMD_COMPANY_CTRL); } - /* The next AI starts like the difficulty setting said, with +2 month max */ - _next_competitor_start = _settings_game.difficulty.competitor_start_time * 90 * DAY_TICKS + 1; - _next_competitor_start += _network_server ? InteractiveRandomRange(60 * DAY_TICKS) : RandomRange(60 * DAY_TICKS); + _next_competitor_start = AI::GetStartNextTime() * 30 * DAY_TICKS; } void InitializeCompanies() -- cgit v1.2.3-70-g09d2