Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4405 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
May 30, 2005, 6:36:43 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: event_handler subscribe functionality improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.cc

    r4404 r4405  
    203203void Player::tick (float time)
    204204{
    205   printf("%p\n", this);
    206   this->getRelCoor().debug();
     205  //printf("%p\n", this);
     206  //this->getRelCoor().debug();
    207207 
    208208  /* link tick to weapon */
Note: See TracChangeset for help on using the changeset viewer.