File diff r17640:faca1b8b8ce1 → r17641:a80e43fd2f5e
src/network/network_client.h
Show inline comments
 
@@ -42,7 +42,7 @@ private:
 
protected:
 
	friend void NetworkExecuteLocalCommandQueue();
 
	friend void NetworkClose(bool close_admins);
 
	static ClientNetworkGameSocketHandler *my_client;
 
	static ClientNetworkGameSocketHandler *my_client; ///< This is us!
 

	
 
	virtual NetworkRecvStatus Receive_SERVER_FULL(Packet *p);
 
	virtual NetworkRecvStatus Receive_SERVER_BANNED(Packet *p);
 
@@ -107,6 +107,7 @@ public:
 
	static bool GameLoop();
 
};
 

	
 
/** Helper to make the code look somewhat nicer. */
 
typedef ClientNetworkGameSocketHandler MyClient;
 

	
 
void NetworkClient_Connected();