(svn r22063) -Change: make the "has network" check also check whether the client is actually fully connected

This commit is contained in:
rubidium
2011-02-11 22:10:10 +00:00
parent e3b44f460f
commit ac28a10197
3 changed files with 13 additions and 1 deletions

View File

@@ -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();