Changeset 10767 in orxonox.OLD for branches/presentation/src/world_entities
- Timestamp:
- Jun 21, 2007, 12:57:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/space_ships/space_ship.cc
r10765 r10767 410 410 void SpaceShip::draw () const 411 411 { 412 if( this->entityTrack != NULL /*&& this->isDrawTrack()*/)413 412 // if( this->entityTrack != NULL /*&& this->isDrawTrack()*/) 413 // this->entityTrack->drawGraph(); 414 414 415 415 WorldEntity::draw(); … … 538 538 else if( event.type == KeyMapper::PEV_FIRE1) 539 539 { 540 printf(" %f, %f, %f \n",this->getAbsCoor().x,this->getAbsCoor().y,this->getAbsCoor().z );540 // printf(" %f, %f, %f \n",this->getAbsCoor().x,this->getAbsCoor().y,this->getAbsCoor().z ); 541 541 this->bFire = event.bPressed; 542 542 }
Note: See TracChangeset
for help on using the changeset viewer.