diff options
Diffstat (limited to 'src/particle/animationparticle.h')
-rw-r--r-- | src/particle/animationparticle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/particle/animationparticle.h b/src/particle/animationparticle.h index 3bfdea0b6..eb864ea86 100644 --- a/src/particle/animationparticle.h +++ b/src/particle/animationparticle.h @@ -34,9 +34,9 @@ class SimpleAnimation; class AnimationParticle final : public ImageParticle { public: - AnimationParticle(Map *const map, Animation *const animation); + AnimationParticle(Animation *const animation); - AnimationParticle(Map *const map, XmlNodePtr const animationNode, + AnimationParticle(XmlNodePtr const animationNode, const std::string& dyePalettes = std::string()); A_DELETE_COPY(AnimationParticle) |