Changeset 10449 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Jan 28, 2007, 5:46:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/npc.cc
r10448 r10449 271 271 void NPC::draw() const 272 272 { 273 if( this->entityTrack != NULL && this->isDrawTrack()) 274 this->entityTrack->drawGraph(); 275 273 276 WorldEntity::draw(); 274 if( this->entityTrack != NULL) 275 this->entityTrack->drawGraph(); 276 } 277 }
Note: See TracChangeset
for help on using the changeset viewer.