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