Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2007, 7:39:47 PM (17 years ago)
Author:
snellen
Message:

corrected typo in worldentity → setVisibiliy to setVisibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/lbolt.cc

    r10505 r10511  
    6262  this->halo->setSize(.35, .35);
    6363  this->halo->setTexture("hbolt_halo.png");
    64   this->halo->setVisibiliy(false);
     64  this->halo->setVisibility(false);
    6565
    6666
     
    9090void LBolt::activate()
    9191{
    92   this->halo->setVisibiliy(true);
     92  this->halo->setVisibility(true);
    9393  this->origList = this->getOMListNumber();
    9494  this->toList(OM_ENVIRON);
     
    115115  assert (LBolt::explosionParticles != NULL);
    116116  LBolt::explosionParticles->removeEmitter(this->emitter);
    117   this->halo->setVisibiliy(false);
     117  this->halo->setVisibility(false);
    118118  this->lifeCycle = 0.0;
    119119
Note: See TracChangeset for help on using the changeset viewer.