diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-03 20:32:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-03 20:32:53 +0300 |
commit | bccb486d184b26638d3e47507bc6260383950b8b (patch) | |
tree | 40c574e150fcd5e84063fdfd2eb250b5e384c15b /src/particle/particle.h | |
parent | 4f276b2cf2ae45928eeab9b96e31343c45868afb (diff) | |
download | plus-bccb486d184b26638d3e47507bc6260383950b8b.tar.gz plus-bccb486d184b26638d3e47507bc6260383950b8b.tar.bz2 plus-bccb486d184b26638d3e47507bc6260383950b8b.tar.xz plus-bccb486d184b26638d3e47507bc6260383950b8b.zip |
Split particles update into two functions.
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; |