Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 22, 2005, 12:08:51 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: factory optimisations

File:
1 edited

Legend:

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

    r4927 r4932  
    3131 *  standard constructor
    3232*/
    33 Projectile::Projectile (Weapon* weapon) : WorldEntity()
     33Projectile::Projectile () : WorldEntity()
    3434{
    3535  this->setClassID(CL_PROJECTILE, "Projectile");
    3636
    37   this->weapon = weapon;
    3837  this->lifeCycle = 0.0;
    3938  this->lifeSpan = 0.75f; /* sec */
Note: See TracChangeset for help on using the changeset viewer.