Changeset 10452 in orxonox.OLD for trunk/src/world_entities/creatures/fps_player.cc
- Timestamp:
- Jan 28, 2007, 6:04:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/fps_player.cc
r10340 r10452 339 339 } 340 340 341 341 if( this->bJump) 342 { 343 printf("dummyvariable:( %f, %f, %f) \n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ() ); 344 this->bJump = false; 345 } 342 346 velocity *= 100; 343 347
Note: See TracChangeset
for help on using the changeset viewer.