summaryrefslogtreecommitdiff
path: root/src/particle.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-06-23 14:44:20 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-06-23 14:44:20 +0000
commit4ec7db55c227d3c38f2358fa74ff2649d6583391 (patch)
tree20f784d7a90b1a22b377ffd0d55fb3251986b5e2 /src/particle.cpp
parent6e9aa693c6f07c99e5b84ee35570a14efe4df393 (diff)
downloadmana-client-4ec7db55c227d3c38f2358fa74ff2649d6583391.tar.gz
mana-client-4ec7db55c227d3c38f2358fa74ff2649d6583391.tar.bz2
mana-client-4ec7db55c227d3c38f2358fa74ff2649d6583391.tar.xz
mana-client-4ec7db55c227d3c38f2358fa74ff2649d6583391.zip
Implemented "alpha" particle property.
Diffstat (limited to 'src/particle.cpp')
-rw-r--r--src/particle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/particle.cpp b/src/particle.cpp
index ac40fe1a..fd45430c 100644
--- a/src/particle.cpp
+++ b/src/particle.cpp
@@ -57,6 +57,7 @@ Particle::Particle(Map *map):
mLifetimePast(0),
mFadeOut(0),
mFadeIn(0),
+ mAlpha(1.0f),
mAutoDelete(true),
mMap(map),
mGravity(0.0f),