Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 21, 2010, 6:50:07 PM (14 years ago)
Author:
scheusso
Message:

fixed to make everything network-compliant again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/libraries/network/synchronisable/Synchronisable.cc

    r6417 r6961  
    177177    no->setClassID(header.getClassID());
    178178    assert(no->creatorID_ == header.getCreatorID());
     179    if( creator )
     180      bo->setLevel(creator->getLevel());          // Note: this ensures that the level is known on the client for child objects of the scene (and the scene itself)
    179181    //assert(no->classID_ == header.getClassID());
    180182    COUT(4) << "fabricate objectID_: " << no->objectID_ << " classID_: " << no->classID_ << std::endl;
Note: See TracChangeset for help on using the changeset viewer.