Changeset 7072 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Feb 7, 2006, 3:06:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/guided_missile.cc
r6825 r7072 43 43 this->setHealthMax(10); 44 44 this->lifeSpan = 10.0; 45 this->agility = 1 0;45 this->agility = 1; 46 46 this->maxVelocity = 75; 47 47 … … 117 117 this->emitter->setEmissionRate(45.0); 118 118 this->emitter->setEmissionVelocity(0.0); 119 120 this->setHealth(10.0* (float)rand()/(float)RAND_MAX); 119 121 } 120 122
Note: See TracChangeset
for help on using the changeset viewer.