Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 3:06:34 PM (18 years ago)
Author:
bensch
Message:

collision stuff

File:
1 edited

Legend:

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

    r6825 r7072  
    4343  this->setHealthMax(10);
    4444  this->lifeSpan = 10.0;
    45   this->agility = 10;
     45  this->agility = 1;
    4646  this->maxVelocity = 75;
    4747
     
    117117  this->emitter->setEmissionRate(45.0);
    118118  this->emitter->setEmissionVelocity(0.0);
     119
     120  this->setHealth(10.0* (float)rand()/(float)RAND_MAX);
    119121}
    120122
Note: See TracChangeset for help on using the changeset viewer.