Changeset 10579 in orxonox.OLD for branches/cleanup/src/world_entities/space_ships
- Timestamp:
- Feb 7, 2007, 9:49:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/space_ships/space_ship.cc
r10552 r10579 616 616 { 617 617 this->bRight = event.bPressed; 618 printf("ShipCoors: %f , %f, %f \n", this->getAbsCoor().x, this->getAbsCoor().y, this->getAbsCoor().z);618 // printf("ShipCoors: %f , %f, %f \n", this->getAbsCoor().x, this->getAbsCoor().y, this->getAbsCoor().z); 619 619 } 620 620 else if( event.type == KeyMapper::PEV_FORWARD)
Note: See TracChangeset
for help on using the changeset viewer.