Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 24, 2008, 12:48:31 AM (16 years ago)
Author:
dumenim
Message:

may have found another seg fault in GameStateClient in loadShapshot line 118

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network2/src/network/Synchronisable.cc

    r1150 r1152  
    181181    COUT(5) << "Synchronisable: objectID " << objectID << ", classID " << classID << " synchronising data" << std::endl;
    182182    for(i=syncList->begin(); i!=syncList->end(); i++){
    183       COUT(5) << "element size: " << (*i)->size << " type: " << (*i)->type << std::endl;
     183      COUT(5) << "Synchronisable: element size: " << (*i)->size << " type: " << (*i)->type << std::endl;
    184184      if(*(int *)data==(*i)->size || (*i)->type==STRING){
    185185        switch((*i)->type){
Note: See TracChangeset for help on using the changeset viewer.