Changeset 9911 in orxonox.OLD for branches/network/src/world_entities/creatures
- Timestamp:
- Nov 1, 2006, 2:22:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/creatures/fps_player.cc
r9869 r9911 384 384 385 385 // physical falling of the player 386 if( !this->isOnGround())386 if( /*FIXME for testing*/ false && !this->isOnGround()) 387 387 { 388 388 this->fallVelocity += 300.0f * time;
Note: See TracChangeset
for help on using the changeset viewer.