Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10243 in orxonox.OLD for branches/mount_points/src/world_entities


Ignore:
Timestamp:
Jan 17, 2007, 12:26:26 AM (18 years ago)
Author:
patrick
Message:

still on this resource thingy

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  
    7979  if( element == NULL)
    8080  {
    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());
    8284  }
    8385  else
  • branches/mount_points/src/world_entities/world_entity.cc

    r10239 r10243  
    279279void WorldEntity::loadMountPoints( Model* model, const std::string& fileName)
    280280{
    281   PRINTF(4)("loading the oif File: %s\n", fileName.c_str());
     281  PRINTF(0)("loading the oif File: %s\n", fileName.c_str());
    282282
    283283  // now load the object information file
Note: See TracChangeset for help on using the changeset viewer.