Changeset 3567 in orxonox.OLD for orxonox/trunk/src/lib/coord
- Timestamp:
- Mar 16, 2005, 12:52:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r3565 r3567 414 414 if(this->mode & PNODE_MOVEMENT ) 415 415 { 416 printf("4\n");417 416 if( this->bAbsCoorChanged /*&& this->timeStamp != DataTank::timeStamp*/) 418 417 { … … 434 433 if( this->mode & PNODE_LOCAL_ROTATE) 435 434 { 436 printf("1\n");437 435 if( this->bAbsDirChanged /*&& this->timeStamp != DataTank::timeStamp*/) 438 436 { … … 449 447 if( this->mode & PNODE_ROTATE_MOVEMENT) 450 448 { 451 printf("2\n");452 449 if( this->bAbsCoorChanged /*&& this->timeStamp != DataTank::timeStamp*/) 453 450 {
Note: See TracChangeset
for help on using the changeset viewer.