Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2007, 12:21:27 PM (16 years ago)
Author:
scheusso
Message:

bugfix in Synchronisable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/GameStateManager.cc

    r568 r569  
    100100    //get size of the synchronisable
    101101    tempsize=it->getSize();
    102     COUT(2) << "size of synchronisable: " << tempsize << std::endl;
     102    //COUT(2) << "size of synchronisable: " << tempsize << std::endl;
    103103    // add place for data and 3 ints (length,classid,objectid)
    104104    totalsize+=tempsize+3*sizeof(int);
Note: See TracChangeset for help on using the changeset viewer.