(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 a363b2c317
commit 4a52300838
4 changed files with 34 additions and 46 deletions

View File

@@ -123,6 +123,7 @@ public:
void NetworkServer_Tick(bool send_frame);
void NetworkServerSetCompanyPassword(CompanyID company_id, const char *password, bool already_hashed = true);
void NetworkServerUpdateCompanyPassworded(CompanyID company_id, bool passworded);
/**
* Iterate over all the sockets from a given starting point.