(svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSetCompanyPassword (dihedral)

This commit is contained in:
rubidium
2011-01-19 16:32:23 +00:00
parent 29ecb58682
commit 01b7b94052
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ public:
typedef ClientNetworkGameSocketHandler MyClient;
void NetworkClient_Connected();
void NetworkClientSetPassword(const char *password);
void NetworkClientSetCompanyPassword(const char *password);
extern CompanyID _network_join_as;