Changeset 10567 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Feb 4, 2007, 12:05:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/fps_player.cc
r10566 r10567 375 375 velocity.y += this->jumpAcceleration; 376 376 if( this->jumpAcceleration > 1.0f) 377 this->jumpAcceleration *= 0.9f;377 this->jumpAcceleration *= pow(0.9f,time*100); 378 378 379 379
Note: See TracChangeset
for help on using the changeset viewer.