diff options
Diffstat (limited to 'src/textparticle.h')
-rw-r--r-- | src/textparticle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textparticle.h b/src/textparticle.h index 75e1f8b1..b365c885 100644 --- a/src/textparticle.h +++ b/src/textparticle.h @@ -33,8 +33,8 @@ class TextParticle : public Particle { public: - TextParticle(Map *map, const std::string &text, gcn::Font *font, - int colorR, int colorG, int colorB); + TextParticle(Map *map, const std::string &text, + int colorR, int colorG, int colorB, gcn::Font *font); /** * Draws the particle image */ |