Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2005, 1:02:55 PM (18 years ago)
Author:
rennerc
Message:
 
File:
1 edited

Legend:

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

    r6301 r6303  
    232232        if ( header->synchronizeableID < this->maxConnections+2 )
    233233        {
    234           if ( !isServer() ) PRINTF(0)("RESET UNIQUEID TO 0\n");
     234          if ( !isServer() ) PRINTF(0)("RESET UNIQUEID FROM %d TO 0 maxCon=%d\n", header->synchronizeableID, this->maxConnections);
    235235          header->synchronizeableID = 0;
    236236        }
Note: See TracChangeset for help on using the changeset viewer.