Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10055 in orxonox.OLD


Ignore:
Timestamp:
Dec 13, 2006, 12:45:20 AM (17 years ago)
Author:
patrick
Message:

flush

File:
1 edited

Legend:

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

    r10053 r10055  
    209209
    210210      // now get the object information file for this model, if any
    211       std::string oifName = fileName.substr(0, fileName.length() - 3) + ".oif";
     211      std::string oifName = fileName.substr(0, fileName.length() - 4) + ".oif";
    212212      this->loadObjectInformationFile( oifName);
    213213    }
     
    266266void WorldEntity::loadObjectInformationFile(const std::string& fileName)
    267267{
    268   PRINTF(0)("loading the oif File: %s", fileName.c_str());
     268  PRINTF(0)("loading the oif File: %s\n", fileName.c_str());
    269269
    270270  this->oiFile = new ObjectInformationFile(fileName);
Note: See TracChangeset for help on using the changeset viewer.