Changeset 7832 in orxonox.OLD for branches/water/src/world_entities
- Timestamp:
- May 24, 2006, 6:40:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/world_entities/environments/mapped_water.cc
r7823 r7832 224 224 void MappedWater::tick(float dt) 225 225 { 226 this->move += this->g_WaterFlow ;226 this->move += this->g_WaterFlow = 0.004; 227 227 } 228 228
Note: See TracChangeset
for help on using the changeset viewer.