Changeset 10240 in orxonox.OLD for branches/mount_points/src/world_entities
- Timestamp:
- Jan 16, 2007, 11:04:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/world_entities/mount_point.cc
r10239 r10240 70 70 void MountPoint::initMountPoint(const TiXmlElement* root) 71 71 { 72 if( root == NULL) 73 { 74 PRINTF(1)("MountPoint - initialization failed, since I got no valid xml element\n"); 75 return; 76 } 77 // now get the first element 72 78 const TiXmlElement* element = root->FirstChildElement("MountPoints"); 73 79 if( element == NULL)
Note: See TracChangeset
for help on using the changeset viewer.