Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 11:00:06 PM (16 years ago)
Author:
scheusso
Message:

bugfix in createship in connectionmanager/register more variables in worldentity

File:
1 edited

Legend:

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

    r1291 r1305  
    154154  syncData Synchronisable::getData(unsigned char *mem){
    155155    //std::cout << "inside getData" << std::endl;
     156    if(classID==0)
     157      COUT(3) << "classid 0" << std::endl;
    156158    classID=this->getIdentifier()->getNetworkID();
    157159    std::list<synchronisableVariable *>::iterator i;
Note: See TracChangeset for help on using the changeset viewer.