Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2006, 1:43:27 PM (18 years ago)
Author:
patrick
Message:

bringing the max connection stuff down

File:
1 edited

Legend:

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

    r9384 r9387  
    2020#include "state.h"
    2121
    22 
     22#include "debug.h"
    2323
    2424
     
    4040//     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.