Changeset 10536 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jan 31, 2007, 3:48:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r10535 r10536 334 334 if(model != NULL) 335 335 model->extractMountPoints(); 336 else 337 { 338 PRINTF(0)("Worldentity %s has no mount points", this->getName()); 339 return; 340 } 336 341 337 342 // first get all mount points from the model
Note: See TracChangeset
for help on using the changeset viewer.