Changeset 10511 in orxonox.OLD for trunk/src/world_entities/projectiles/acid_splash.cc
- Timestamp:
- Jan 30, 2007, 7:39:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/acid_splash.cc
r10502 r10511 54 54 this->grid = new Wobblegrid( 5); 55 55 this->grid->setParent( this); 56 this->grid->setVisibili y(false);56 this->grid->setVisibility(false); 57 57 58 58 … … 99 99 this->toList(OM_ENVIRON); 100 100 // this->unhide(); 101 this->grid->setVisibili y(true);101 this->grid->setVisibility(true); 102 102 103 103 this->setPhysDamage(10); … … 112 112 113 113 // this->hide(); 114 this->grid->setVisibili y(false);114 this->grid->setVisibility(false); 115 115 this->lifeCycle = 0.0; 116 116 this->toList(OM_NULL);
Note: See TracChangeset
for help on using the changeset viewer.