From 35cfd460655878c9a615abc8ea1cb2f7577a7f3b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 Apr 2013 18:57:48 +0300 Subject: some other fixes from cpplint. --- src/particleemitter.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/particleemitter.h') diff --git a/src/particleemitter.h b/src/particleemitter.h index 83cd7af82..12b43ca53 100644 --- a/src/particleemitter.h +++ b/src/particleemitter.h @@ -123,30 +123,30 @@ class ParticleEmitter final ParticleEmitterProp mParticleFadeOut; ParticleEmitterProp mParticleFadeIn; - // Map the particles are spawned on + // Map the particles are spawned on Map *mMap; - // Number of particles spawned per update - ParticleEmitterProp mOutput; + // Number of particles spawned per update + ParticleEmitterProp mOutput; - // Pause in frames between two spawns - ParticleEmitterProp mOutputPause; + // Pause in frames between two spawns + ParticleEmitterProp mOutputPause; int mOutputPauseLeft; /* * Graphical representation of the particles */ - // Particle image, if used + // Particle image, if used Image *mParticleImage; - // Filename of particle animation file + // Filename of particle animation file Animation mParticleAnimation; - // Filename of particle rotation file + // Filename of particle rotation file Animation mParticleRotation; - // Opacity of the graphical representation of the particles - ParticleEmitterProp mParticleAlpha; + // Opacity of the graphical representation of the particles + ParticleEmitterProp mParticleAlpha; /* * Death effect of the particles -- cgit v1.2.3-60-g2f50