Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 20, 2006, 12:08:41 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: Material can now be copied
ParticleSprite used for all Projectiles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/guided_missile.h

    r6434 r6622  
    1010
    1111class Weapon;
    12 class ParticleSystem;
     12class SpriteParticles;
    1313class ParticleEmitter;
    1414class FastFactory;
     
    3434  private:
    3535    static FastFactory*               fastFactory;
    36     static ParticleSystem*            trailParticles;
    37     static ParticleSystem*            explosionParticles;
     36    static SpriteParticles*           trailParticles;
     37    static SpriteParticles*           explosionParticles;
    3838
    3939    ParticleEmitter*                  emitter;
Note: See TracChangeset for help on using the changeset viewer.