Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 23, 2008, 11:15:09 PM (15 years ago)
Author:
rgrieder
Message:

Merged revisions 2377-2382 to bugger from presentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/bugger/src/network/packet/Gamestate.cc

    r2531 r2532  
    5050
    5151#define PACKET_FLAG_GAMESTATE  ENET_PACKET_FLAG_RELIABLE
    52  
    53 TrafficControl Gamestate::trafficControl_;
    5452
    5553Gamestate::Gamestate()
     
    362360
    363361  //call TrafficControl
    364   trafficControl_.processObjectList( clientID, HEADER->id, &dataMap_ );
     362  TrafficControl::getInstance()->processObjectList( clientID, HEADER->id, &dataMap_ );
    365363 
    366364  //copy in the zeros
Note: See TracChangeset for help on using the changeset viewer.