Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2008, 4:13:10 PM (17 years ago)
Author:
polakma
Message:

WeaponSystem, Projectile (kompiliert nicht)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon/src/orxonox/objects/ParticleProjectile.cc

    r1907 r2060  
    3838    CreateFactory(ParticleProjectile);
    3939
    40     ParticleProjectile::ParticleProjectile(SpaceShip* owner) : BillboardProjectile(owner)
     40    ParticleProjectile::ParticleProjectile(Weapon* owner) : BillboardProjectile(owner)
    4141    {
    4242        RegisterObject(ParticleProjectile);
     
    7272        this->particles_->setEnabled(this->isVisible());
    7373    }
    74    
     74
    7575    bool ParticleProjectile::create(){
    7676      if(!Projectile::create())
Note: See TracChangeset for help on using the changeset viewer.