Changeset 10511 in orxonox.OLD for trunk/src/world_entities/projectiles/spike_ball.cc
- Timestamp:
- Jan 30, 2007, 7:39:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/spike_ball.cc
r10505 r10511 60 60 this->halo->setSize(2, 2); 61 61 this->halo->setTexture("hbolt_halo.png"); 62 this->halo->setVisibili y(false);62 this->halo->setVisibility(false); 63 63 64 64 this->setFragments(26); … … 95 95 void SpikeBall::activate() 96 96 { 97 this->halo->setVisibili y(true);97 this->halo->setVisibility(true); 98 98 if (unlikely(SpikeBall::explosionParticles == NULL)) 99 99 { … … 142 142 void SpikeBall::deactivate() 143 143 { 144 this->halo->setVisibili y(false);144 this->halo->setVisibility(false); 145 145 assert (SpikeBall::explosionParticles != NULL); 146 146 //SpikeBall::explosionParticles->removeEmitter(this->emitter);
Note: See TracChangeset
for help on using the changeset viewer.