From 1dc5ba22105bc12ab13e79f3a8a22952d82f7c8e Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 11 Feb 2011 22:10:10 +0000 Subject: (svn r22063) -Change: make the "has network" check also check whether the client is actually fully connected --- src/network/network_client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/network/network_client.h') diff --git a/src/network/network_client.h b/src/network/network_client.h index 096544156..c1ded6035 100644 --- a/src/network/network_client.h +++ b/src/network/network_client.h @@ -100,6 +100,8 @@ public: static NetworkRecvStatus SendRCon(const char *password, const char *command); static NetworkRecvStatus SendMove(CompanyID company, const char *password); + static bool IsConnected(); + static void Send(); static bool Receive(); static bool GameLoop(); -- cgit v1.2.3-54-g00ecf