Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Merged revisions 2377-2382 to bugger from presentation.

Location:
code/branches/bugger/src/network/packet
Files:
2 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
  • code/branches/bugger/src/network/packet/Gamestate.h

    r2531 r2532  
    9595    void removeObject(ObjectListIterator<Synchronisable> &it);
    9696    std::list<obj> dataMap_;
    97     static TrafficControl trafficControl_;
     97//     static TrafficControl *trafficControl_;
    9898};
    9999
Note: See TracChangeset for help on using the changeset viewer.