Changeset 6134 in orxonox.OLD for branches/objectmanager/src/world_entities/weapons/laser.cc
- Timestamp:
- Dec 16, 2005, 5:16:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/objectmanager/src/world_entities/weapons/laser.cc
r6123 r6134 77 77 void Laser::activate() 78 78 { 79 State::getWorldEntityList()->add(this);80 79 if (unlikely(Laser::explosionParticles == NULL)) 81 80 { … … 99 98 this->toList(OM_NULL); 100 99 101 State::getWorldEntityList()->remove(this);100 this->toList(OM_DEAD); 102 101 this->removeNode(); 103 102 Laser::fastFactory->kill(this);
Note: See TracChangeset
for help on using the changeset viewer.