Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2006, 2:40:01 PM (18 years ago)
Author:
patrick
Message:

working on loading proxy config file from a seperate file

File:
1 edited

Legend:

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

    r9387 r9388  
    3838
    3939//   if( State::isOnline())
    40 //     this->newUniqueID = ProxySettings::getInstance()->getMaxPlayer() + 2;
     40  this->newUniqueID = ProxySettings::getInstance()->getMaxPlayer() + 2;
    4141//   else
    42   this->newUniqueID = NET_MAX_CONNECTIONS + 2;
     42//  this->newUniqueID = NET_MAX_CONNECTIONS + 2;
    4343  this->nodeType = NET_CLIENT;
    4444}
Note: See TracChangeset for help on using the changeset viewer.