From 9f4d64bda06a449e2b1c528e342be5bb12a1623b Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 19 May 2009 21:20:14 +0000 Subject: (svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP. --- 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 dc799fdbd..b8ca77abb 100644 --- a/src/network/network_func.h +++ b/src/network/network_func.h @@ -39,7 +39,7 @@ void NetworkStartDebugLog(NetworkAddress address); void NetworkPopulateCompanyStats(NetworkCompanyStats *stats); void NetworkUpdateClientInfo(ClientID client_id); -void NetworkClientConnectGame(NetworkAddress address); +void NetworkClientConnectGame(NetworkAddress address, CompanyID join_as); void NetworkClientRequestMove(CompanyID company, const char *pass = ""); void NetworkClientSendRcon(const char *password, const char *command); void NetworkClientSendChat(NetworkAction action, DestType type, int dest, const char *msg, int64 data = 0); -- cgit v1.2.3-54-g00ecf