Changeset 10563 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Feb 3, 2007, 11:53:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/fps_player.cc
r10511 r10563 339 339 } 340 340 341 if( this->bJump) 341 // Uncomment this if you want your current position to be prined to the console when you press the jump button 342 /* if( this->bJump) 342 343 { 343 344 printf("panicGuy:runTo( %f, %f, %f ) \n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ() ); 344 345 this->bJump = false; 345 } 346 }*/ 347 346 348 velocity *= 100; 347 349
Note: See TracChangeset
for help on using the changeset viewer.