- Timestamp:
- Oct 29, 2008, 4:13:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon/src/orxonox/objects/ParticleProjectile.cc
r1907 r2060 38 38 CreateFactory(ParticleProjectile); 39 39 40 ParticleProjectile::ParticleProjectile( SpaceShip* owner) : BillboardProjectile(owner)40 ParticleProjectile::ParticleProjectile(Weapon* owner) : BillboardProjectile(owner) 41 41 { 42 42 RegisterObject(ParticleProjectile); … … 72 72 this->particles_->setEnabled(this->isVisible()); 73 73 } 74 74 75 75 bool ParticleProjectile::create(){ 76 76 if(!Projectile::create())
Note: See TracChangeset
for help on using the changeset viewer.