From 2033ce76a8fba2148bc034d16e1d226bc757c47f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 18:42:51 +0300 Subject: remove virtual methos call from particle constructor. --- src/particle/animationparticle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/particle/animationparticle.h') 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) -- cgit v1.2.3-60-g2f50