Changeset 9221 in orxonox.OLD for branches/presentation/src/world_entities/creatures/fps_player.cc
- Timestamp:
- Jul 5, 2006, 1:07:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9220 r9221 86 86 { 87 87 this->setClassID(CL_FPS_PLAYER, "FPSPlayer"); 88 89 88 90 89 this->bLeft = false; … … 268 267 if( this->bJump) 269 268 { 270 printf(" mechanic2:walkTo( %f, mtheight, %f)\n",this->getAbsCoorX(),this->getAbsCoorZ());269 printf("fleemechanic:runTo( %f, mtheight, %f)\n",this->getAbsCoorX(),this->getAbsCoorZ()); 271 270 } 272 271
Note: See TracChangeset
for help on using the changeset viewer.