Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 31, 2005, 1:14:27 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: added GARBAGECOLLECTOR to debug module and changed the way the speed is set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/projectile.cc

    r3686 r3688  
    9999void Projectile::tick (float time)
    100100{
    101   this->speed = this->weapon->getSpeed() * 3;
     101  this->speed = this->weapon->getSpeed() + 100.0;
    102102  Vector v;
    103103  v = *this->flightDirection * this->speed * time;
Note: See TracChangeset for help on using the changeset viewer.