Changeset 4405 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- May 30, 2005, 6:36:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r4404 r4405 203 203 void Player::tick (float time) 204 204 { 205 printf("%p\n", this);206 this->getRelCoor().debug();205 //printf("%p\n", this); 206 //this->getRelCoor().debug(); 207 207 208 208 /* link tick to weapon */
Note: See TracChangeset
for help on using the changeset viewer.