Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10448 in orxonox.OLD


Ignore:
Timestamp:
Jan 28, 2007, 4:42:03 PM (17 years ago)
Author:
snellen
Message:

npc now go along with the track

File:
1 edited

Legend:

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

    r10447 r10448  
    7474  this->bFire = false;
    7575  if( this->entityTrack)
     76  {
    7677      this->setParent(this->entityTrack->getTrackNode());
    77 
     78      this->setRelCoor(0,0,0);
     79  }
    7880
    7981    // create the weapons and their manager
Note: See TracChangeset for help on using the changeset viewer.