Changeset 10090 in orxonox.OLD for branches/mount_points/src/world_entities/world_entity.cc
- Timestamp:
- Dec 18, 2006, 12:13:47 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mount_points/src/world_entities/world_entity.cc
r10059 r10090 271 271 void WorldEntity::loadObjectInformationFile(const std::string& fileName) 272 272 { 273 PRINTF( 0)("loading the oif File: %s\n", fileName.c_str());273 PRINTF(4)("loading the oif File: %s\n", fileName.c_str()); 274 274 275 275 this->oiFile = new ObjectInformationFile(fileName);
Note: See TracChangeset
for help on using the changeset viewer.