Changeset 10747 in orxonox.OLD for branches/presentation/src/world_entities/projectiles/swarm_projectile.cc
- Timestamp:
- Jun 20, 2007, 10:10:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/swarm_projectile.cc
r10698 r10747 69 69 70 70 71 this->origList = this->getOMListNumber();72 this->toList(OM_ENVIRON);71 // this->origList = this->getOMListNumber(); 72 // this->toList(OM_ENVIRON); 73 73 } 74 74 … … 97 97 void SwarmProjectile::activate() 98 98 { 99 this->toList(OM_ENVIRON);99 // this->toList(OM_ENVIRON); 100 100 if (unlikely(SwarmProjectile::explosionParticles == NULL)) 101 101 {
Note: See TracChangeset
for help on using the changeset viewer.