Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

moved loadHealth to WE

File:
1 edited

Legend:

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

    r10740 r10742  
    5151  this->grid->setPulse();
    5252  this->grid->setTexture( "textures/plasma.png");
    53   //this->grid->toList(OM_ENVIRON);
     53  this->grid->toList(OM_ENVIRON);
    5454/*
    5555  this->blink = new Blink();
     
    8282{
    8383  this->origList = this->getOMListNumber();
    84   //this->toList(OM_ENVIRON);
     84  this->toList(OM_ENVIRON);
    8585  this->grid->setVisibility(true);
    8686//   this->blink->setVisibility(true);
Note: See TracChangeset for help on using the changeset viewer.