- Timestamp:
- Jun 30, 2006, 3:23:52 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/creatures/fps_player.cc
r8943 r8944 259 259 if( !this->isOnGround()) 260 260 { 261 this->fallVelocity += 100.0f * time;261 this->fallVelocity += 300.0f * time; 262 262 velocity -= Vector(0.0, 1.0, 0.0) * this->fallVelocity; 263 263 }
Note: See TracChangeset
for help on using the changeset viewer.