Changeset 4870 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jul 15, 2005, 1:02:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.