- Timestamp:
- Jan 31, 2007, 3:45:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/world_entity.cc
r10511 r10535 332 332 333 333 // extract the mount points 334 model->extractMountPoints(); 334 if(model != NULL) 335 model->extractMountPoints(); 335 336 336 337 // first get all mount points from the model
Note: See TracChangeset
for help on using the changeset viewer.