(svn r16555) -Feature [FS#570]: ability to enter server and company password via command line when joining a server (based on patch by Progman, Ammler and planetmaker)

This commit is contained in:
smatz
2009-06-10 19:00:34 +00:00
parent 2d841c66e5
commit 7d4d3850cb
6 changed files with 42 additions and 7 deletions

View File

@@ -25,6 +25,9 @@ void NetworkClient_Connected();
extern CompanyID _network_join_as;
extern const char *_network_join_server_password;
extern const char *_network_join_company_password;
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CLIENT_H */