Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 19, 2006, 11:46:28 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: particle derivate… still working on this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/laser.cc

    r6619 r6621  
    2525
    2626#include "particle_emitter.h"
    27 #include "particle_system.h"
     27#include "sprite_particles.h"
    2828
    2929
     
    7777  if (unlikely(Laser::explosionParticles == NULL))
    7878  {
    79     Laser::explosionParticles = new ParticleSystem(1000, PARTICLE_SPRITE);
     79    Laser::explosionParticles = new SpriteParticles(1000);
    8080    Laser::explosionParticles->setName("LaserExplosionParticles");
    8181    Laser::explosionParticles->setLifeSpan(.5, .3);
Note: See TracChangeset for help on using the changeset viewer.