- Timestamp:
- Jul 13, 2006, 2:49:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9270 r9271 442 442 myHostId = SharedNetworkData::getInstance()->getHostID(); 443 443 444 PRINTF(0)("remote host is a %i\n", it->second.handshake->getRemoteNodeType()); 444 // PRINTF(0)("remote host is a %i\n", it->second.handshake->getRemoteNodeType()); 445 it->second.nodeType = it->second.handshake->getRemoteNodeType(); 445 446 446 447 this->networkGameManager = NetworkGameManager::getInstance(); … … 461 462 if ( this->nodeType == NET_MASTER_SERVER ) 462 463 { 464 it->second.nodeType = it->second.handshake->getRemoteNodeType(); 465 463 466 handleNewClient( it->second.userId ); 464 467
Note: See TracChangeset
for help on using the changeset viewer.