Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10452 in orxonox.OLD


Ignore:
Timestamp:
Jan 28, 2007, 6:04:18 PM (17 years ago)
Author:
snellen
Message:

position output hack

File:
1 edited

Legend:

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

    r10340 r10452  
    339339  }
    340340
    341 
     341if( this->bJump)
     342    {
     343      printf("dummyvariable:( %f, %f, %f) \n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ() );
     344      this->bJump = false;
     345     }
    342346  velocity *= 100;
    343347
Note: See TracChangeset for help on using the changeset viewer.