diff options
Diffstat (limited to 'src/animationparticle.h')
-rw-r--r-- | src/animationparticle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/animationparticle.h b/src/animationparticle.h index 6c1975710..984d3dc14 100644 --- a/src/animationparticle.h +++ b/src/animationparticle.h @@ -36,7 +36,8 @@ class AnimationParticle : public ImageParticle public: AnimationParticle(Map *map, Animation *animation); - AnimationParticle(Map *map, xmlNodePtr animationNode); + AnimationParticle(Map *map, xmlNodePtr animationNode, + const std::string& dyePalettes = std::string()); ~AnimationParticle(); |