diff options
Diffstat (limited to 'src/particle/particle.h')
-rw-r--r-- | src/particle/particle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/particle/particle.h b/src/particle/particle.h index 72c40493d..eff89553e 100644 --- a/src/particle/particle.h +++ b/src/particle/particle.h @@ -281,6 +281,8 @@ class Particle notfinal : public Actor { mDeathEffect = effectFile; mDeathEffectConditions = conditions; } protected: + void updateSelf() restrict2; + // Opacity of the graphical representation of the particle float mAlpha; |