Changeset 4838 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jul 12, 2005, 12:09:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4837 r4838 169 169 170 170 /** 171 171 * remove the World from memory 172 172 173 173 delete everything explicitly, that isn't contained in the parenting tree! 174 174 things contained in the tree are deleted automaticaly 175 */175 */ 176 176 World::~World () 177 177 { … … 179 179 180 180 ParticleEngine::getInstance()->debug(); 181 182 EventHandler::getInstance()->unsubscribe(this->localPlayer);183 181 184 182 delete WorldInterface::getInstance();
Note: See TracChangeset
for help on using the changeset viewer.