Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10331 in orxonox.OLD


Ignore:
Timestamp:
Jan 24, 2007, 3:04:52 PM (17 years ago)
Author:
patrick
Message:

more fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/creatures/fps_player.cc

    r10329 r10331  
    315315
    316316  this->setAbsDir(Quaternion(heading, Vector(0,1,0)));
    317   //this->cameraNode.setRelDir(Quaternion( attitude, Vector( 0, 0, 1 ) ));
     317  this->cameraNode.setRelDir(Quaternion( attitude, Vector( 0, 0, 1 ) ));
    318318
    319319  Vector velocity;
     
    342342  velocity *= 100;
    343343
    344   if( this->getModel( 0) != NULL)
     344  if( this->getModel( 0) != NULL && this->getModel(0)->isA(InteractiveModel::staticClassID()))
    345345  {
    346346    if( this->bJump)
Note: See TracChangeset for help on using the changeset viewer.