Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2007, 8:57:58 PM (17 years ago)
Author:
patrick
Message:

ai fix, mp fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/particles/particle_system.cc

    r9869 r10515  
    135135    {
    136136      if (emitter->isA(ParticleEmitter::staticClassID()))
     137      {
     138        // init the emitertter with the coordinates of the system
     139        dynamic_cast<ParticleEmitter*>(emitter)->setAbsCoor(this->getAbsCoor());
    137140        this->addEmitter(dynamic_cast<ParticleEmitter*>(emitter));
     141      }
    138142      else
    139143      {
Note: See TracChangeset for help on using the changeset viewer.