(svn r20937) -Codechange: move some variables from client/server to server only

This commit is contained in:
rubidium
2010-10-15 20:29:59 +00:00
parent 332a1bfdea
commit a0f7099a7d
4 changed files with 9 additions and 9 deletions

View File

@@ -55,6 +55,7 @@ INSTANTIATE_POOL_METHODS(NetworkClientSocket)
*/
ServerNetworkGameSocketHandler::ServerNetworkGameSocketHandler(SOCKET s) : NetworkGameSocketHandler(s)
{
this->status = STATUS_INACTIVE;
this->client_id = _network_client_id++;
NetworkClientInfo *ci = new NetworkClientInfo(this->client_id);
this->SetInfo(ci);