Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2007, 10:10:43 PM (18 years ago)
Author:
nicolasc
Message:

cleaned out origList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/projectiles/swarm_projectile.cc

    r10698 r10747  
    6969
    7070
    71   this->origList = this->getOMListNumber();
    72   this->toList(OM_ENVIRON);
     71//   this->origList = this->getOMListNumber();
     72//   this->toList(OM_ENVIRON);
    7373}
    7474
     
    9797void SwarmProjectile::activate()
    9898{
    99   this->toList(OM_ENVIRON);
     99//   this->toList(OM_ENVIRON);
    100100  if (unlikely(SwarmProjectile::explosionParticles == NULL))
    101101  {
Note: See TracChangeset for help on using the changeset viewer.