Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2033


Ignore:
Timestamp:
Oct 28, 2008, 9:50:58 PM (15 years ago)
Author:
scheusso
Message:

some minor bugs fixed

Location:
code/branches/objecthierarchy/src
Files:
2 edited

Legend:

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

    r2032 r2033  
    138138    assert(no);
    139139    no->objectID=header->objectID;
     140    no->creatorID=header->creatorID; //TODO: remove this
    140141    no->classID=header->classID;
    141142    COUT(3) << "fabricate objectID: " << no->objectID << " classID: " << no->classID << std::endl;
     
    452453   */
    453454  bool Synchronisable::doSync(unsigned int id){
    454     return ( (objectMode_&state_)!=0 );
     455    return ( (objectMode_&state_)!=0 && (!syncList->empty() ) );
    455456  }
    456457
  • code/branches/objecthierarchy/src/orxonox/objects/Scene.cc

    r2024 r2033  
    8181        }
    8282        // test test test
     83       
     84        this->registerVariables();
    8385    }
    8486
Note: See TracChangeset for help on using the changeset viewer.