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