File diff r26193:4bc7915a2156 → r26194:f7347205838e
src/company_cmd.cpp
Show inline comments
 
@@ -577,12 +577,14 @@ Company *DoStartupNewCompany(bool is_ai,
 

	
 
	if (is_ai && (!_networking || _network_server)) AI::StartNew(c->index);
 

	
 
	AI::BroadcastNewEvent(new ScriptEventCompanyNew(c->index), c->index);
 
	Game::NewEvent(new ScriptEventCompanyNew(c->index));
 

	
 
	if (!is_ai) UpdateAllTownVirtCoords();
 

	
 
	return c;
 
}
 

	
 
/** Start the next competitor now. */
 
void StartupCompanies()
 
{