File diff r16517:b5a17d333549 → r16518:ad4d363993ef
src/network/core/tcp_game.h
Show inline comments
 
@@ -473,6 +473,7 @@ public:
 
	uint32 last_frame;           ///< Last frame we have executed
 
	uint32 last_frame_server;    ///< Last frame the server has executed
 
	CommandQueue incoming_queue; ///< The command-queue awaiting handling
 
	uint last_packet;            ///< Time we received the last frame.
 

	
 
	NetworkRecvStatus CloseConnection(bool error = true);
 
	virtual NetworkRecvStatus CloseConnection(NetworkRecvStatus status) = 0;