Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 23, 2007, 12:21:42 AM (18 years ago)
Author:
rennerc
Message:

i hope i fixed some bugs :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/world_entities/spectator.cc

    r10401 r10601  
    242242    this->yMouse += event.yRel;
    243243  }
    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 );
    246247//     FPSPlayer * fps = new FPSPlayer();
    247248//     //GenericNPC* fps = new GenericNPC();
Note: See TracChangeset for help on using the changeset viewer.