Changeset 9298 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Jul 17, 2006, 9:29:22 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/guided_missile.cc
r9235 r9298 43 43 this->lifeSpan = 4.0; 44 44 this->agility = 3.5; 45 this->maxVelocity = 75;45 this->maxVelocity = 100; 46 46 47 47 this->emitter = new DotEmitter(100, 5, M_2_PI);
Note: See TracChangeset
for help on using the changeset viewer.