Changeset 9571 in orxonox.OLD for branches/proxy/src/lib
- Timestamp:
- Jul 28, 2006, 3:34:51 PM (18 years ago)
- Location:
- branches/proxy/src/lib/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/network_stream.cc
r9570 r9571 470 470 PRINTF(0)("Client is gone: %d (%s)\n", it->second.userId, reason.c_str()); 471 471 472 472 473 this->handleDisconnect( it->second.userId); 474 473 475 if( SharedNetworkData::getInstance()->isProxyServerActive()) 474 476 ProxyControl::getInstance()->signalLeaveClient(it->second.userId); -
branches/proxy/src/lib/network/proxy/proxy_control.cc
r9570 r9571 177 177 { 178 178 // we now create the new player ship and stuff... 179 NetworkGameManager::getInstance()->signal NewPlayer(leaveClientId);179 NetworkGameManager::getInstance()->signalLeftPlayer(leaveClientId); 180 180 } 181 181 else if(SharedNetworkData::getInstance()->isProxyServerActive())
Note: See TracChangeset
for help on using the changeset viewer.