Changeset 10649 in orxonox.OLD for branches/vs-enhencements/src/world_entities/projectiles/plasma_pulse.cc
- Timestamp:
- May 8, 2007, 10:50:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/projectiles/plasma_pulse.cc
r10648 r10649 39 39 this->setMinEnergy(1); 40 40 this->setHealthMax(0); 41 this->lifeSpan = 3.0;41 this->lifeSpan = 2.0; 42 42 43 43 this->grid = new Billboard(); … … 83 83 this->lifeCycle = 0.0; 84 84 this->toList(OM_NULL); 85 this->removeNode();85 // this->removeNode(); 86 86 87 87 PlasmaPulse::fastFactory->kill(this);
Note: See TracChangeset
for help on using the changeset viewer.