Changeset 4870 in orxonox.OLD
- Timestamp:
- Jul 15, 2005, 1:02:36 AM (19 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r4836 r4870 94 94 /* this deletes all children in the list */ 95 95 delete this->children; 96 this->parent = NULL; 96 if (this->parent) 97 this->parent->removeChild(this); 97 98 } 98 99 -
orxonox/trunk/src/story_entities/world.cc
r4850 r4870 182 182 delete WorldInterface::getInstance(); 183 183 delete this->entities; 184 delete NullParent::getInstance();185 184 State::setWorldEntityList(NULL); 186 185 … … 199 198 //delete animator 200 199 200 delete NullParent::getInstance(); 201 201 LoadClassDescription::printAll(); 202 202
Note: See TracChangeset
for help on using the changeset viewer.