Changeset 6089 in orxonox.OLD for branches/objectmanager/src/world_entities/world_entity.cc
- Timestamp:
- Dec 13, 2005, 2:58:57 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/objectmanager/src/world_entities/world_entity.cc
r6005 r6089 53 53 54 54 this->setVisibiliy(true); 55 56 this->objectListNumber = OM_INIT; 57 this->objectListIterator = NULL; 58 59 ObjectManager::getInstance()->toList(this, OM_NULL); 55 60 } 56 61 … … 67 72 for (unsigned int i = 0; i < this->models.size(); i++) 68 73 this->setModel(NULL, i); 74 75 ObjectManager::getInstance()->toList(this, OM_INIT); 69 76 } 70 77 … … 95 102 { 96 103 if (fileName != NULL) 97 { 104 { 98 105 // search for the special character # in the LoadParam 99 106 if (strchr(fileName, '#') != NULL)
Note: See TracChangeset
for help on using the changeset viewer.