Changeset 10511 in orxonox.OLD for trunk/src/world_entities/projectiles/hbolt.cc
- Timestamp:
- Jan 30, 2007, 7:39:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/hbolt.cc
r10505 r10511 59 59 this->halo->setSize(.65, .65); 60 60 this->halo->setTexture("hbolt_halo2.png"); 61 this->halo->setVisibili y(false);61 this->halo->setVisibility(false); 62 62 63 63 } … … 86 86 void HBolt::activate() 87 87 { 88 this->halo->setVisibili y(true);88 this->halo->setVisibility(true); 89 89 this->origList = this->getOMListNumber(); 90 90 this->toList(OM_ENVIRON); … … 109 109 void HBolt::deactivate() 110 110 { 111 this->halo->setVisibili y(false);111 this->halo->setVisibility(false); 112 112 assert (HBolt::explosionParticles != NULL); 113 113 HBolt::explosionParticles->removeEmitter(this->emitter);
Note: See TracChangeset
for help on using the changeset viewer.