Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9571 in orxonox.OLD


Ignore:
Timestamp:
Jul 28, 2006, 3:34:51 PM (18 years ago)
Author:
patrick
Message:

disconnecting instead of joining..

Location:
branches/proxy/src/lib/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/network_stream.cc

    r9570 r9571  
    470470      PRINTF(0)("Client is gone: %d (%s)\n", it->second.userId, reason.c_str());
    471471
     472
    472473      this->handleDisconnect( it->second.userId);
     474
    473475      if( SharedNetworkData::getInstance()->isProxyServerActive())
    474476        ProxyControl::getInstance()->signalLeaveClient(it->second.userId);
  • branches/proxy/src/lib/network/proxy/proxy_control.cc

    r9570 r9571  
    177177  {
    178178    // we now create the new player ship and stuff...
    179     NetworkGameManager::getInstance()->signalNewPlayer(leaveClientId);
     179    NetworkGameManager::getInstance()->signalLeftPlayer(leaveClientId);
    180180  }
    181181  else if(SharedNetworkData::getInstance()->isProxyServerActive())
Note: See TracChangeset for help on using the changeset viewer.