Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10536 in orxonox.OLD for trunk/src/world_entities/world_entity.cc


Ignore:
Timestamp:
Jan 31, 2007, 3:48:38 AM (17 years ago)
Author:
stefalie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/world_entity.cc

    r10535 r10536  
    334334  if(model != NULL)
    335335    model->extractMountPoints();
     336  else
     337  {
     338    PRINTF(0)("Worldentity %s has no mount points", this->getName());
     339    return;
     340  }
    336341
    337342  // first get all mount points from the model
Note: See TracChangeset for help on using the changeset viewer.