Changeset 6135 in orxonox.OLD for branches/objectmanager/src/world_entities/weapons
- Timestamp:
- Dec 16, 2005, 6:01:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/objectmanager/src/world_entities/weapons/laser.cc
r6134 r6135 96 96 ParticleEngine::getInstance()->breakConnections(this->emitter); 97 97 this->lifeCycle = 0.0; 98 98 99 this->toList(OM_NULL); 99 100 this->toList(OM_DEAD);101 100 this->removeNode(); 102 101 Laser::fastFactory->kill(this); … … 133 132 this->lifeCycle = .95; //!< @todo calculate this usefully. 134 133 ParticleEngine::getInstance()->addConnection(this->emitter, Laser::explosionParticles); 135 136 134 } 137 135
Note: See TracChangeset
for help on using the changeset viewer.