(svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays.
This commit is contained in:
@@ -22,7 +22,7 @@ void NetworkTCPSocketHandler::Initialize()
|
||||
{
|
||||
this->sock = INVALID_SOCKET;
|
||||
|
||||
this->index = 0;
|
||||
this->client_id = INVALID_CLIENT_ID;
|
||||
this->last_frame = 0;
|
||||
this->last_frame_server = 0;
|
||||
this->lag_test = 0;
|
||||
|
Reference in New Issue
Block a user