From e6e32bad4d160c67f1c589edd25af423529845c2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 22 Dec 2008 18:20:28 +0000 Subject: (svn r14711) -Codechange: don't misuse the _network_company_info password field for changing the password on clients. --- src/network/network_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/network_func.h') diff --git a/src/network/network_func.h b/src/network/network_func.h index cacf643f6..688015263 100644 --- a/src/network/network_func.h +++ b/src/network/network_func.h @@ -40,7 +40,7 @@ void NetworkUpdateClientInfo(ClientID client_id); bool NetworkClientConnectGame(const char *host, uint16 port); void NetworkClientSendRcon(const char *password, const char *command); void NetworkClientSendChat(NetworkAction action, DestType type, int dest, const char *msg); -void NetworkClientSetPassword(); +void NetworkClientSetPassword(const char *password); /*** Commands ran by the server ***/ void NetworkServerMonthlyLoop(); -- cgit v1.2.3-54-g00ecf