summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-12 09:03:24 -0600
committerIra Rice <irarice@gmail.com>2009-03-12 09:03:24 -0600
commitf9a06a168a4c4354dcffdba7243b4eff783adb5b (patch)
tree900523bb32b72446d8408966cf8f98758463e8d5 /src/being.h
parent37b812f2892a9b11a88abcbcde0b47aca76f4a71 (diff)
downloadmana-client-f9a06a168a4c4354dcffdba7243b4eff783adb5b.tar.gz
mana-client-f9a06a168a4c4354dcffdba7243b4eff783adb5b.tar.bz2
mana-client-f9a06a168a4c4354dcffdba7243b4eff783adb5b.tar.xz
mana-client-f9a06a168a4c4354dcffdba7243b4eff783adb5b.zip
Made hair load again (commit e2d60401eaf55abe9e2251854f3174ffe0f4ad9e
from TMW broke this, as it deleted the Being::load() method, which also loaded the hair styles). Also removed some unused variables in the being class. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h
index 6f3125c8..d7a7d1d5 100644
--- a/src/being.h
+++ b/src/being.h
@@ -402,6 +402,8 @@ class Being : public Sprite
virtual AnimatedSprite* getSprite(int index) const
{ return mSprites[index]; }
+ static void load();
+
protected:
/**
* Sets the new path for this being.
@@ -450,8 +452,6 @@ class Being : public Sprite
std::vector<AnimatedSprite*> mSprites;
std::vector<int> mSpriteIDs;
std::vector<std::string> mSpriteColors;
- ParticleList mStunParticleEffects;
- ParticleVector mStatusParticleEffects;
ParticleList mChildParticleEffects;
private: