Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2005, 6:01:26 PM (18 years ago)
Author:
bensch
Message:

om: safer collision-test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/objectmanager/src/world_entities/weapons/laser.cc

    r6134 r6135  
    9696  ParticleEngine::getInstance()->breakConnections(this->emitter);
    9797  this->lifeCycle = 0.0;
     98
    9899  this->toList(OM_NULL);
    99 
    100   this->toList(OM_DEAD);
    101100  this->removeNode();
    102101  Laser::fastFactory->kill(this);
     
    133132  this->lifeCycle = .95; //!< @todo calculate this usefully.
    134133  ParticleEngine::getInstance()->addConnection(this->emitter, Laser::explosionParticles);
    135 
    136134}
    137135
Note: See TracChangeset for help on using the changeset viewer.