Changeset 10745 in orxonox.OLD for branches/presentation/src/world_entities/projectiles/plasma_pulse.cc
- Timestamp:
- Jun 20, 2007, 9:23:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/plasma_pulse.cc
r10742 r10745 51 51 this->grid->setPulse(); 52 52 this->grid->setTexture( "textures/plasma.png"); 53 this->grid->toList(OM_ENVIRON);54 53 /* 55 54 this->blink = new Blink(); … … 82 81 { 83 82 this->origList = this->getOMListNumber(); 84 this->toList(OM_ENVIRON);85 83 this->grid->setVisibility(true); 86 84 // this->blink->setVisibility(true);
Note: See TracChangeset
for help on using the changeset viewer.