Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3690 in orxonox.OLD


Ignore:
Timestamp:
Mar 31, 2005, 1:37:46 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: minor change: now, projectile just uses initial speed. no updates later on

File:
1 edited

Legend:

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

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