Changeset 10511 in orxonox.OLD for trunk/src/world_entities/creatures/fps_player.cc
- Timestamp:
- Jan 30, 2007, 7:39:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/fps_player.cc
r10487 r10511 341 341 if( this->bJump) 342 342 { 343 printf(" dummyvariable:( %f, %f, %f) \n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ() );343 printf("panicGuy:runTo( %f, %f, %f ) \n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ() ); 344 344 this->bJump = false; 345 345 }
Note: See TracChangeset
for help on using the changeset viewer.