summaryrefslogtreecommitdiff
path: root/src/particle/particleengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle/particleengine.h')
-rw-r--r--src/particle/particleengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/particle/particleengine.h b/src/particle/particleengine.h
index 93688f777..fef12ba64 100644
--- a/src/particle/particleengine.h
+++ b/src/particle/particleengine.h
@@ -118,7 +118,7 @@ class ParticleEngine final
private:
// List of particles controlled by this particle
Particles mChildParticles;
-
+ Particles mChildMoveParticles;
Map *mMap;
};