summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2009-10-29 21:37:59 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2009-10-29 21:44:24 +0100
commit58b3097bf80a830f2082e26930d0a0f180f5f40c (patch)
treef9a4575b78fcf33dfec34156fbd6c6bca2dd6ab0 /src
parent99a4fe34113ddfe8a820e3992fcb96ca64cdaf50 (diff)
downloadmana-client-58b3097bf80a830f2082e26930d0a0f180f5f40c.tar.gz
mana-client-58b3097bf80a830f2082e26930d0a0f180f5f40c.tar.bz2
mana-client-58b3097bf80a830f2082e26930d0a0f180f5f40c.tar.xz
mana-client-58b3097bf80a830f2082e26930d0a0f180f5f40c.zip
Fix dark color in TextParticles
Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl>
Diffstat (limited to 'src')
-rw-r--r--src/textparticle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/textparticle.cpp b/src/textparticle.cpp
index da176087..ae36a121 100644
--- a/src/textparticle.cpp
+++ b/src/textparticle.cpp
@@ -53,7 +53,6 @@ void TextParticle::draw(Graphics *graphics, int offsetX, int offsetY) const
alpha = alpha * mLifetimePast / mFadeIn;
gcn::Color color = *mColor;
- color.a = (int) alpha;
TextRenderer::renderText(graphics, mText,
screenX, screenY, gcn::Graphics::CENTER,