File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/network/core/tcp_game.cpp
Show inline comments
 
@@ -19,12 +19,14 @@
 
#include "../network_internal.h"
 
#include "../../debug.h"
 
#include "../../error.h"
 

	
 
#include "table/strings.h"
 

	
 
#include "../../safeguards.h"
 

	
 
/**
 
 * Create a new socket for the game connection.
 
 * @param s The socket to connect with.
 
 */
 
NetworkGameSocketHandler::NetworkGameSocketHandler(SOCKET s) : info(NULL), client_id(INVALID_CLIENT_ID),
 
		last_frame(_frame_counter), last_frame_server(_frame_counter), last_packet(_realtime_tick)