Changeset 3560 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Mar 15, 2005, 1:38:21 PM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r3554 r3560 77 77 /* there is currently a problem with cleaning up - fix*/ 78 78 79 80 79 PNode* pn = this->children->enumerate(); 81 80 while( pn != NULL) 82 81 { 82 delete pn; 83 83 pn = this->children->nextElement(); 84 delete pn; 84 85 85 } 86 86 -
orxonox/trunk/src/story_entities/world.cc
r3559 r3560 69 69 cn->reset(); 70 70 71 delete this->localCamera;71 //delete this->localCamera; 72 72 delete this->nullParent; 73 73 delete this->entities;
Note: See TracChangeset
for help on using the changeset viewer.