From 993c98c3813b2ad7caf3dcd9761b4c9a17de39b6 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Wed, 23 May 2007 21:45:43 +0000 Subject: The color values of text particles are now stored in 3 integers instead of a Guichan color structure. --- src/particle.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/particle.h') diff --git a/src/particle.h b/src/particle.h index f208225a..ed360ea2 100644 --- a/src/particle.h +++ b/src/particle.h @@ -112,7 +112,9 @@ class Particle : public Sprite * Creates a standalone text particle */ Particle* - addTextSplashEffect(std::string text, gcn::Font *font, gcn::Color color, int x, int y); + addTextSplashEffect(std::string text, gcn::Font *font, + int colorR, int colorG, int colorB, + int x, int y); /** * Adds an emitter to the particle -- cgit v1.2.3-60-g2f50