Changeset 10734 in orxonox.OLD for branches/presentation/src/world_entities/space_ships
- Timestamp:
- Jun 20, 2007, 2:44:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/space_ships/space_ship.cc
r10731 r10734 574 574 this->bSecFire = event.bPressed; 575 575 else if( event.type == KeyMapper::PEV_FIRE1) 576 { 577 printf(" %f, %f, %f \n",this->getAbsCoor().x,this->getAbsCoor().y,this->getAbsCoor().z ); 576 578 this->bFire = event.bPressed; 579 } 577 580 else if( event.type == KeyMapper::PEV_NEXT_WEAPON && event.bPressed) 578 581 {
Note: See TracChangeset
for help on using the changeset viewer.