From 0e7df1f731f9afe24c6ba7458211f4c81e4717b3 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Wed, 23 May 2007 22:11:54 +0000 Subject: Changed argument order in text particle creation. --- src/textparticle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/textparticle.h') 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 */ -- cgit v1.2.3-70-g09d2