Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2007, 7:39:47 PM (18 years ago)
Author:
snellen
Message:

corrected typo in worldentity → setVisibiliy to setVisibility

File:
1 edited

Legend:

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

    r10487 r10511  
    341341if( this->bJump)
    342342    {
    343       printf("dummyvariable:( %f, %f, %f) \n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ() );
     343      printf("panicGuy:runTo( %f, %f, %f ) \n", this->getAbsCoorX(), this->getAbsCoorY(), this->getAbsCoorZ() );
    344344      this->bJump = false;
    345345     }
Note: See TracChangeset for help on using the changeset viewer.