diff options
Diffstat (limited to 'src/particleemitter.h')
-rw-r--r-- | src/particleemitter.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/particleemitter.h b/src/particleemitter.h index 593ecb3a..cc77f215 100644 --- a/src/particleemitter.h +++ b/src/particleemitter.h @@ -44,7 +44,7 @@ class ParticleEmitter /** * Constructor. */ - ParticleEmitter(xmlNodePtr emitterNode, Particle *target, Map *map); + ParticleEmitter(xmlNodePtr emitterNode, Particle *target, Map *map, int rotation = 0); /** * Copy Constructor (necessary for reference counting of particle images) @@ -70,8 +70,7 @@ class ParticleEmitter /** * Sets the target of the particles that are created */ - void - setTarget(Particle *target) + void setTarget(Particle *target) { mParticleTarget = target; }; private: |