Changeset 10739 in orxonox.OLD for branches/presentation/src/world_entities/projectiles
- Timestamp:
- Jun 20, 2007, 7:47:40 PM (17 years ago)
- Location:
- branches/presentation/src/world_entities/projectiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/projectiles/hbolt.cc
r10737 r10739 91 91 this->halo->setVisibility(true); 92 92 this->origList = this->getOMListNumber(); 93 this->toList(OM_ENVIRON);93 //this->toList(OM_ENVIRON); 94 94 if (unlikely(HBolt::explosionParticles == NULL)) 95 95 { -
branches/presentation/src/world_entities/projectiles/plasma_pulse.cc
r10737 r10739 49 49 this->grid->setPulse(); 50 50 this->grid->setTexture( "textures/plasma.png"); 51 this->grid->toList(OM_ENVIRON);51 //this->grid->toList(OM_ENVIRON); 52 52 /* 53 53 this->blink = new Blink(); … … 76 76 { 77 77 this->origList = this->getOMListNumber(); 78 this->toList(OM_ENVIRON);78 //this->toList(OM_ENVIRON); 79 79 this->grid->setVisibility(true); 80 80 // this->blink->setVisibility(true);
Note: See TracChangeset
for help on using the changeset viewer.