Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 20, 2007, 7:47:40 PM (17 years ago)
Author:
rennerc
Message:

die enemy die

File:
1 edited

Legend:

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

    r10737 r10739  
    4949  this->grid->setPulse();
    5050  this->grid->setTexture( "textures/plasma.png");
    51   this->grid->toList(OM_ENVIRON);
     51  //this->grid->toList(OM_ENVIRON);
    5252/*
    5353  this->blink = new Blink();
     
    7676{
    7777  this->origList = this->getOMListNumber();
    78   this->toList(OM_ENVIRON);
     78  //this->toList(OM_ENVIRON);
    7979  this->grid->setVisibility(true);
    8080//   this->blink->setVisibility(true);
Note: See TracChangeset for help on using the changeset viewer.