summaryrefslogtreecommitdiff
path: root/src/client/particles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/particles.h')
-rw-r--r--src/client/particles.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/particles.h b/src/client/particles.h
index 7dda0e1b1..2011f0262 100644
--- a/src/client/particles.h
+++ b/src/client/particles.h
@@ -42,7 +42,7 @@ class Particle : public scene::ISceneNode
video::ITexture *texture,
v2f texpos,
v2f texsize,
- video::SColor color = video::SColor(0xFFFFFFFF)
+ video::SColor color
);
~Particle() = default;
@@ -171,7 +171,7 @@ public:
protected:
static bool getNodeParticleParams(const MapNode &n, const ContentFeatures &f,
ParticleParameters &p, video::ITexture **texture, v2f &texpos,
- v2f &texsize, video::SColor *color);
+ v2f &texsize, video::SColor *color, u8 tilenum = 0);
void addParticle(Particle* toadd);