Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

corrected typo in worldentity → setVisibiliy to setVisibility

File:
1 edited

Legend:

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

    r10502 r10511  
    5454  this->grid = new Wobblegrid( 5);
    5555  this->grid->setParent( this);
    56   this->grid->setVisibiliy(false);
     56  this->grid->setVisibility(false);
    5757
    5858
     
    9999  this->toList(OM_ENVIRON);
    100100 // this->unhide();
    101   this->grid->setVisibiliy(true);
     101  this->grid->setVisibility(true);
    102102
    103103  this->setPhysDamage(10);
     
    112112
    113113 // this->hide();
    114   this->grid->setVisibiliy(false);
     114  this->grid->setVisibility(false);
    115115  this->lifeCycle = 0.0;
    116116  this->toList(OM_NULL);
Note: See TracChangeset for help on using the changeset viewer.