Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2005, 5:33:20 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some smaller fixes, to make Weapon more local

File:
1 edited

Legend:

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

    r4890 r4927  
    6161   tick function
    6262*/
    63 void Projectile::setFlightDirection(Quaternion flightDirection)
     63void Projectile::setFlightDirection(const Quaternion& flightDirection)
    6464{
    6565  Vector v(1, 0, 0);
     
    7979}
    8080
    81 
    8281/**
    83  *  signal tick, time dependent things will be handled here
     82 * signal tick, time dependent things will be handled here
    8483 * @param time since last tick
    8584*/
Note: See TracChangeset for help on using the changeset viewer.