Changeset 10581 in orxonox.OLD for branches/cleanup/src/world_entities/npcs
- Timestamp:
- Feb 8, 2007, 12:20:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/world_entities/npcs/npc.cc
r10552 r10581 153 153 if( this->entityTrack) 154 154 { 155 this->setParent(this->entityTrack->getTrackNode()); 155 /* this->setParent(this->entityTrack->getTrackNode());*/ 156 156 this->setRelCoor(0,0,0); 157 157 } … … 427 427 this->bFire = false; 428 428 429 if(this->entityTrack)430 this->entityTrack->tick(dt);429 // if(this->entityTrack) 430 // this->entityTrack->tick(dt); 431 431 432 432 } … … 434 434 void NPC::draw() const 435 435 { 436 if( this->entityTrack != NULL && this->isDrawTrack())437 this->entityTrack->drawGraph();436 // if( this->entityTrack != NULL && this->isDrawTrack()) 437 // this->entityTrack->drawGraph(); 438 438 439 439 WorldEntity::draw();
Note: See TracChangeset
for help on using the changeset viewer.