Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2008, 8:36:27 PM (15 years ago)
Author:
scheusso
Message:

merged network branch to network64 branch
not everything working yet (trafficcontrol)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network64/src/network/GamestateManager.cc

    r2309 r2355  
    137137    if(!reference)
    138138      return 0;
    139     gs = reference->doSelection(clientID);
    140 //     gs = new packet::Gamestate(*reference);
     139    gs = reference->doSelection(clientID, 10000);
    141140//     gs = new packet::Gamestate(*reference);
    142141    // save the (undiffed) gamestate in the clients gamestate map
Note: See TracChangeset for help on using the changeset viewer.