Changeset 10588 in orxonox.OLD for branches/cleanup/src/world_entities/space_ships
- Timestamp:
- Feb 13, 2007, 3:36:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/space_ships/space_ship.cc
r10583 r10588 493 493 void SpaceShip::draw () const 494 494 { 495 //if( this->entityTrack != NULL && this->isDrawTrack())496 //this->entityTrack->drawGraph();495 if( this->entityTrack != NULL && this->isDrawTrack()) 496 this->entityTrack->drawGraph(); 497 497 498 498 WorldEntity::draw(); … … 550 550 551 551 // Tracktick 552 //if(this->entityTrack)553 //this->entityTrack->tick(time);552 if(this->entityTrack) 553 this->entityTrack->tick(time); 554 554 555 555 … … 867 867 this->isTravelDistanceInit = false; 868 868 869 //if(this->entityTrack)870 //this->travelNode->setParent(this->entityTrack->getTrackNode());869 if(this->entityTrack) 870 this->travelNode->setParent(this->entityTrack->getTrackNode()); 871 871 872 872 this->setParent(this->travelNode);
Note: See TracChangeset
for help on using the changeset viewer.