Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

cleaned out origList

File:
1 edited

Legend:

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

    r10740 r10747  
    4848  this->loadModel("models/projectiles/hbolt.obj",1.1);
    4949
    50   this->setMinEnergy(10);
     50  this->setMinEnergy(7);
    5151  this->setHealthMax(0);
    5252  this->lifeSpan = 3.0;
     
    9696{
    9797  this->halo->setVisibility(true);
    98   this->origList = this->getOMListNumber();
     98//   this->origList = this->getOMListNumber();
    9999  //this->toList(OM_ENVIRON);
    100100  if (unlikely(HBolt::explosionParticles == NULL))
Note: See TracChangeset for help on using the changeset viewer.