- Timestamp:
- Jun 14, 2007, 7:40:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/spectator.cc
r10698 r10700 318 318 this->yMouse += event.yRel; 319 319 } 320 else if( event.type == KeyMapper::PEV_FIRE1 )320 else if( event.type == KeyMapper::PEV_FIRE1 && event.bPressed) 321 321 { 322 322 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 );
Note: See TracChangeset
for help on using the changeset viewer.