Changeset 5088 in orxonox.OLD for trunk/src/lib/coord
- Timestamp:
- Aug 21, 2005, 6:25:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5083 r5088 90 90 if (this->parent) 91 91 this->parent->removeChild(this); 92 93 if (this->toCoordinate != NULL) 94 delete this->toCoordinate; 95 if (this->toDirection != NULL) 96 delete this->toDirection; 97 92 98 } 93 99
Note: See TracChangeset
for help on using the changeset viewer.