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/plasma_pulse.cc

    r10746 r10747  
    1010
    1111   ### File Specific
    12    main-programmer: Marc Schaerrer
    13    co-programmer: Benjamin Grauer, Nicolas Schlumberger
     12   main-programmer: Nicolas Schlumberger
     13   co-programmer:
    1414
    1515*/
     
    4040
    4141
    42   this->setMinEnergy(1);
     42  this->setMinEnergy(2);
    4343  this->setHealthMax(0);
    4444  this->lifeSpan = 2.0;
     
    8080void PlasmaPulse::activate()
    8181{
    82   this->origList = this->getOMListNumber();
     82//   this->origList = this->getOMListNumber();
    8383  this->grid->setVisibility(true);
    8484//   this->blink->setVisibility(true);
Note: See TracChangeset for help on using the changeset viewer.