Changeset 9067 in orxonox.OLD for branches/presentation/src/world_entities/creatures
- Timestamp:
- Jul 3, 2006, 8:15:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9003 r9067 211 211 { 212 212 this->bPosBut = false; 213 printf("prisoner:walkTo( %f, height, %f)\n",this->getAbsCoorX(),this->getAbsCoorZ());213 printf("prisoner:walkTo( %f, %f, %f)\n",this->getAbsCoorX(),this->getAbsCoorY(),this->getAbsCoorZ()); 214 214 } 215 215
Note: See TracChangeset
for help on using the changeset viewer.