Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10449 in orxonox.OLD for trunk/src/world_entities/npcs


Ignore:
Timestamp:
Jan 28, 2007, 5:46:16 PM (17 years ago)
Author:
patrick
Message:

drawing track is now loadable, merge from branche playability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/npcs/npc.cc

    r10448 r10449  
    271271void NPC::draw() const
    272272{
     273 if( this->entityTrack != NULL && this->isDrawTrack())
     274  this->entityTrack->drawGraph();
     275
    273276 WorldEntity::draw();
    274   if( this->entityTrack != NULL)
    275     this->entityTrack->drawGraph();
    276 }
     277}
Note: See TracChangeset for help on using the changeset viewer.