(svn r26576) -Fix [FS#6003]: [Network] AIs would not reset certain network state information upon creation of their company

This commit is contained in:
rubidium
2014-05-11 12:52:21 +00:00
parent 1dc630ff26
commit 492c6ed39b
4 changed files with 34 additions and 46 deletions

View File

@@ -71,7 +71,7 @@ void NetworkServerYearlyLoop();
void NetworkServerSendConfigUpdate();
void NetworkServerShowStatusToConsole();
bool NetworkServerStart();
void NetworkServerUpdateCompanyPassworded(CompanyID company_id, bool passworded);
void NetworkServerNewCompany(const Company *company, NetworkClientInfo *ci);
bool NetworkServerChangeClientName(ClientID client_id, const char *new_name);