Changeset 10505 in orxonox.OLD for trunk/src/world_entities/projectiles/lbolt.cc
- Timestamp:
- Jan 30, 2007, 5:02:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/lbolt.cc
r10368 r10505 62 62 this->halo->setSize(.35, .35); 63 63 this->halo->setTexture("hbolt_halo.png"); 64 this->halo->setVisibiliy(false); 64 65 65 66 … … 89 90 void LBolt::activate() 90 91 { 92 this->halo->setVisibiliy(true); 91 93 this->origList = this->getOMListNumber(); 92 94 this->toList(OM_ENVIRON); … … 113 115 assert (LBolt::explosionParticles != NULL); 114 116 LBolt::explosionParticles->removeEmitter(this->emitter); 117 this->halo->setVisibiliy(false); 115 118 this->lifeCycle = 0.0; 116 119
Note: See TracChangeset
for help on using the changeset viewer.