(svn r26576) -Fix [FS#6003]: [Network] AIs would not reset certain network state information upon creation of their company
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user