summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-12-16 18:49:09 +0100
committerPhilipp Sehmisch <crush@themanaworld.org>2009-12-16 20:09:13 +0100
commitf862b7ecb1fc9c410a693eac0accf5081830ab5e (patch)
tree660f1c07d9260349edf83738825408a598097b4d /src/being.h
parent6b7833deee20e3abb5856d64d7f359d754fea4ca (diff)
downloadmana-client-f862b7ecb1fc9c410a693eac0accf5081830ab5e.tar.gz
mana-client-f862b7ecb1fc9c410a693eac0accf5081830ab5e.tar.bz2
mana-client-f862b7ecb1fc9c410a693eac0accf5081830ab5e.tar.xz
mana-client-f862b7ecb1fc9c410a693eac0accf5081830ab5e.zip
Stored the cached config value which says if non-crucial particle effects are enabled or not in a static member of class Particle instead of an instanced member of Being.
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h
index b1a08e37..8aa34b7c 100644
--- a/src/being.h
+++ b/src/being.h
@@ -529,7 +529,6 @@ class Being : public Sprite, public ConfigListener
Map *mMap; /**< Map on which this being resides */
std::string mName; /**< Name of character */
MapSprite mMapSprite;
- bool mParticleEffects; /**< Whether to display particles or not */
/**
* Holds a text object when the being displays it's name, 0 otherwise