Changeset 10601 in orxonox.OLD for branches/cleanup/src/world_entities/spectator.cc
- Timestamp:
- Mar 23, 2007, 12:21:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/spectator.cc
r10401 r10601 242 242 this->yMouse += event.yRel; 243 243 } 244 else if( event.type == KeyMapper::PEV_JUMP) 245 { 244 else if( event.type == KeyMapper::PEV_FIRE1 ) 245 { 246 PRINTF(0)( "CURRENT POS: (%f, %f, %f) ROT (%f, (%f, %f, %f))\n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ(), this->getAbsDir().w, this->getAbsDir().v.x, this->getAbsDir().v.y, this->getAbsDir().v.z ); 246 247 // FPSPlayer * fps = new FPSPlayer(); 247 248 // //GenericNPC* fps = new GenericNPC();
Note: See TracChangeset
for help on using the changeset viewer.