(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:
rubidium
2008-12-22 20:42:02 +00:00
parent ecf376c633
commit 648d7072a4
2 changed files with 7 additions and 7 deletions

View File

@@ -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;