Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 22, 2007, 5:21:42 PM (17 years ago)
Author:
snellen
Message:

update

File:
1 edited

Legend:

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

    r10288 r10300  
    358358  if( this->bJump && likely(this->getModel(0) != NULL))
    359359  {
    360     //printf("pedestrianOne: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.