Changeset 2033
- Timestamp:
- Oct 28, 2008, 9:50:58 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/network/Synchronisable.cc
r2032 r2033 138 138 assert(no); 139 139 no->objectID=header->objectID; 140 no->creatorID=header->creatorID; //TODO: remove this 140 141 no->classID=header->classID; 141 142 COUT(3) << "fabricate objectID: " << no->objectID << " classID: " << no->classID << std::endl; … … 452 453 */ 453 454 bool Synchronisable::doSync(unsigned int id){ 454 return ( (objectMode_&state_)!=0 );455 return ( (objectMode_&state_)!=0 && (!syncList->empty() ) ); 455 456 } 456 457 -
code/branches/objecthierarchy/src/orxonox/objects/Scene.cc
r2024 r2033 81 81 } 82 82 // test test test 83 84 this->registerVariables(); 83 85 } 84 86
Note: See TracChangeset
for help on using the changeset viewer.