Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10305 in orxonox.OLD


Ignore:
Timestamp:
Jan 23, 2007, 9:24:49 PM (17 years ago)
Author:
snellen
Message:

commented debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/improvements/src/world_entities/creatures/fps_player.cc

    r10300 r10305  
    358358  if( this->bJump && likely(this->getModel(0) != NULL))
    359359  {
    360     printf("dummyVariable:walkTo( %f, 35, %f) \n", this->getAbsCoor().x, this->getAbsCoor().z);
    361     this->bJump = false;
     360   // printf("dummyVariable:walkTo( %f, 35, %f) \n", this->getAbsCoor().x, this->getAbsCoor().z);
     361   // this->bJump = false;
    362362    if( this->jumpForce < 1.0f)
    363363    {
Note: See TracChangeset for help on using the changeset viewer.