Changeset 3690 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Mar 31, 2005, 1:37:46 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/projectile.cc
r3689 r3690 99 99 void Projectile::tick (float time) 100 100 { 101 this->speed = this->weapon->getSpeed();101 //this->speed = this->weapon->getSpeed(); 102 102 Vector v; 103 103 v = *this->flightDirection * ( this->speed * time * 1000 + 0.7);
Note: See TracChangeset
for help on using the changeset viewer.