Changeset 7675 in orxonox.OLD for branches/water/src/world_entities
- Timestamp:
- May 18, 2006, 11:23:40 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/world_entities/environments/mapped_water.cc
r7672 r7675 15 15 16 16 #include "mapped_water.h" 17 17 #include "util/loading/load_param.h" 18 18 19 19 MappedWater::MappedWater(const TiXmlElement* root) … … 30 30 void MappedWater::loadParams(const TiXmlElement* root) 31 31 { 32 /*WorldEntity::loadParams(root);32 WorldEntity::loadParams(root); 33 33 34 LoadParam(root, "height", this, MappedWater, setHeight) 35 .describe("sets the y-coord of the Water") 36 .defaultValues(0.0f);*/ 34 LoadParam(root, "height", this, MappedWater, setHeight); 37 35 } 38 36
Note: See TracChangeset
for help on using the changeset viewer.