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.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/particle/animationparticle.cpp') diff --git a/src/particle/animationparticle.cpp b/src/particle/animationparticle.cpp index bfa1d6c7f..6fba399c8 100644 --- a/src/particle/animationparticle.cpp +++ b/src/particle/animationparticle.cpp @@ -26,17 +26,15 @@ #include "debug.h" -AnimationParticle::AnimationParticle(Map *const map, - Animation *const animation) : - ImageParticle(map, nullptr), +AnimationParticle::AnimationParticle(Animation *const animation) : + ImageParticle(nullptr), mAnimation(new SimpleAnimation(animation)) { } -AnimationParticle::AnimationParticle(Map *const map, - XmlNodePtr const animationNode, +AnimationParticle::AnimationParticle(XmlNodePtr const animationNode, const std::string& dyePalettes): - ImageParticle(map, nullptr), + ImageParticle(nullptr), mAnimation(new SimpleAnimation(animationNode, dyePalettes)) { } -- cgit v1.2.3-70-g09d2