diff options
Diffstat (limited to 'src/particle.h')
-rw-r--r-- | src/particle.h | 5 |
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
|