Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2006, 12:13:47 PM (19 years ago)
Author:
patrick
Message:

mount points found but not yet parsed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/world_entity.cc

    r10059 r10090  
    271271void WorldEntity::loadObjectInformationFile(const std::string& fileName)
    272272{
    273   PRINTF(0)("loading the oif File: %s\n", fileName.c_str());
     273  PRINTF(4)("loading the oif File: %s\n", fileName.c_str());
    274274
    275275  this->oiFile = new ObjectInformationFile(fileName);
Note: See TracChangeset for help on using the changeset viewer.