- Timestamp:
- Jan 30, 2007, 4:26:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r10498 r10503 614 614 { 615 615 this->bRight = event.bPressed; 616 printf("ShipCoor X: %f \n", this->getRelCoor().x);616 printf("ShipCoors: %f , %f, %f \n", this->getAbsCoor().x, this->getAbsCoor().y, this->getAbsCoor().z); 617 617 } 618 618 else if( event.type == KeyMapper::PEV_FORWARD)
Note: See TracChangeset
for help on using the changeset viewer.