Changeset 6512 in orxonox.OLD for trunk/src/world_entities/terrain.cc
- Timestamp:
- Jan 17, 2006, 10:01:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/terrain.cc
r6341 r6512 105 105 void Terrain::loadParams(const TiXmlElement* root) 106 106 { 107 static_cast<WorldEntity*>(this)->loadParams(root);107 WorldEntity::loadParams(root); 108 108 109 109 LoadParam(root, "vegetation", this, Terrain, loadVegetation)
Note: See TracChangeset
for help on using the changeset viewer.