(svn r14714) -Codechange: only allocate the company network "state" variables (password/months not used) when needed, i.e. only for servers.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
extern NetworkServerGameInfo _network_game_info;
|
||||
extern NetworkClientInfo _network_client_info[MAX_CLIENT_INFO];
|
||||
extern NetworkCompanyState _network_company_states[MAX_COMPANIES];
|
||||
extern NetworkCompanyState *_network_company_states;
|
||||
|
||||
extern ClientID _network_own_client_id;
|
||||
extern ClientID _redirect_console_to_client;
|
||||
|
Reference in New Issue
Block a user