Changeset 10649 in orxonox.OLD for branches/vs-enhencements/src/world_entities/projectiles
- Timestamp:
- May 8, 2007, 10:50:21 PM (18 years ago)
- Location:
- branches/vs-enhencements/src/world_entities/projectiles
- Files:
-
- 2 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/projectiles/acid_splash.cc
r10511 r10649 116 116 this->toList(OM_NULL); 117 117 //this->toList(OM_DEAD); 118 this->removeNode();119 118 // this->removeNode(); 119 120 120 AcidSplash::fastFactory->kill(this); 121 121 } -
branches/vs-enhencements/src/world_entities/projectiles/hbolt.cc
r10645 r10649 46 46 this->setMinEnergy(10); 47 47 this->setHealthMax(0); 48 this->lifeSpan = 2.0;48 this->lifeSpan = 3.0; 49 49 50 50 this->angle = 0; … … 116 116 117 117 this->toList(OM_DEAD); 118 this->removeNode();118 // this->removeNode(); 119 119 HBolt::fastFactory->kill(this); 120 120 -
branches/vs-enhencements/src/world_entities/projectiles/laser.cc
r10114 r10649 100 100 101 101 this->toList(OM_NULL); 102 this->removeNode();102 // this->removeNode(); 103 103 Laser::fastFactory->kill(this); 104 104 } -
branches/vs-enhencements/src/world_entities/projectiles/lbolt.cc
r10645 r10649 121 121 122 122 this->toList(OM_DEAD); 123 this->removeNode();123 // this->removeNode(); 124 124 LBolt::fastFactory->kill(this); 125 125 } -
branches/vs-enhencements/src/world_entities/projectiles/mbolt.cc
r10635 r10649 145 145 this->toList(OM_NULL); 146 146 //this->toList(OM_DEAD); 147 this->removeNode();147 // this->removeNode(); 148 148 MBolt::fastFactory->kill(this); 149 149 } -
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); -
branches/vs-enhencements/src/world_entities/projectiles/rail_projectile.cc
r10114 r10649 99 99 100 100 this->toList(OM_NULL); 101 this->removeNode();101 // this->removeNode(); 102 102 RailProjectile::fastFactory->kill(this); 103 103 } -
branches/vs-enhencements/src/world_entities/projectiles/spike.cc
r10368 r10649 111 111 112 112 this->toList(OM_NULL); 113 this->removeNode();113 // this->removeNode(); 114 114 Spike::fastFactory->kill(this); 115 115 } -
branches/vs-enhencements/src/world_entities/projectiles/spike_ball.cc
r10511 r10649 149 149 150 150 this->toList(OM_NULL); 151 this->removeNode();151 // this->removeNode(); 152 152 SpikeBall::fastFactory->kill(this); 153 153 } -
branches/vs-enhencements/src/world_entities/projectiles/swarm_projectile.cc
r10618 r10649 134 134 135 135 this->toList(OM_DEAD); 136 this->removeNode();136 // this->removeNode(); 137 137 SwarmProjectile::fastFactory->kill(this); 138 138 }
Note: See TracChangeset
for help on using the changeset viewer.