summaryrefslogtreecommitdiff
path: root/src/particle.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2007-05-23 22:11:54 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2007-05-23 22:11:54 +0000
commit0e7df1f731f9afe24c6ba7458211f4c81e4717b3 (patch)
treeb7ef48b879a90c8d10f9447fe910c6fb62784461 /src/particle.h
parent993c98c3813b2ad7caf3dcd9761b4c9a17de39b6 (diff)
downloadmana-client-0e7df1f731f9afe24c6ba7458211f4c81e4717b3.tar.gz
mana-client-0e7df1f731f9afe24c6ba7458211f4c81e4717b3.tar.bz2
mana-client-0e7df1f731f9afe24c6ba7458211f4c81e4717b3.tar.xz
mana-client-0e7df1f731f9afe24c6ba7458211f4c81e4717b3.zip
Changed argument order in text particle creation.
Diffstat (limited to 'src/particle.h')
-rw-r--r--src/particle.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/particle.h b/src/particle.h
index ed360ea2..4073abdd 100644
--- a/src/particle.h
+++ b/src/particle.h
@@ -112,9 +112,8 @@ class Particle : public Sprite
* Creates a standalone text particle
*/
Particle*
- addTextSplashEffect(std::string text, gcn::Font *font,
- int colorR, int colorG, int colorB,
- int x, int y);
+ addTextSplashEffect(std::string text, int colorR, int colorG, int colorB,
+ gcn::Font *font, int x, int y);
/**
* Adds an emitter to the particle