Changeset 10243 in orxonox.OLD for branches/mount_points/src/world_entities
- Timestamp:
- Jan 17, 2007, 12:26:26 AM (18 years ago)
- Location:
- branches/mount_points/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/world_entities/mount_point.cc
r10240 r10243 79 79 if( element == NULL) 80 80 { 81 PRINTF(1)("Object Information file is missing a proper 'MountPoints' section\n"); 81 PRINTF(1)("I am in section: %s, Object Information file is missing a proper 'MountPoints' section\n", root->Value()); 82 // element = root->FirstChildElement( ); 83 // PRINTF(0)("first child: %s\n", element->Value()); 82 84 } 83 85 else -
branches/mount_points/src/world_entities/world_entity.cc
r10239 r10243 279 279 void WorldEntity::loadMountPoints( Model* model, const std::string& fileName) 280 280 { 281 PRINTF( 4)("loading the oif File: %s\n", fileName.c_str());281 PRINTF(0)("loading the oif File: %s\n", fileName.c_str()); 282 282 283 283 // now load the object information file
Note: See TracChangeset
for help on using the changeset viewer.