diff options
Diffstat (limited to 'src/network/network_client.h')
-rw-r--r-- | src/network/network_client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/network_client.h b/src/network/network_client.h index 28d2d0021..81d5b720c 100644 --- a/src/network/network_client.h +++ b/src/network/network_client.h @@ -115,6 +115,7 @@ void NetworkClientSetCompanyPassword(const char *password); /** Information required to join a server. */ struct NetworkJoinInfo { NetworkJoinInfo() : company(COMPANY_SPECTATOR), server_password(nullptr), company_password(nullptr) {} + NetworkAddress address; ///< The address of the server to join. CompanyID company; ///< The company to join. const char *server_password; ///< The password of the server to join. const char *company_password; ///< The password of the company to join. |