diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-04 18:29:58 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-04 18:29:58 -0700 |
commit | 3818b6db81341b840201996c186bdc8ad5e456e9 (patch) | |
tree | bb8d8418aee35877d260078b1b340ccf2c371930 /src/being.h | |
parent | d05b238a3c100ed0b5b31093f3d15bb039dde8d6 (diff) | |
download | mana-client-3818b6db81341b840201996c186bdc8ad5e456e9.tar.gz mana-client-3818b6db81341b840201996c186bdc8ad5e456e9.tar.bz2 mana-client-3818b6db81341b840201996c186bdc8ad5e456e9.tar.xz mana-client-3818b6db81341b840201996c186bdc8ad5e456e9.zip |
Moved mEquipment to the LocalPlayer class, since it's the only place
that uses it anyways.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/being.h b/src/being.h index b4508661..812ffdd3 100644 --- a/src/being.h +++ b/src/being.h @@ -44,7 +44,6 @@ #define STATUS_EFFECTS 32 class AnimatedSprite; -class Equipment; class ItemInfo; class Item; class Map; @@ -362,8 +361,6 @@ class Being : public Sprite // Target cursor being used by the being Image *mTargetCursor; - const std::auto_ptr<Equipment> mEquipment; - static int getHairColorsNr(void); static int getHairStylesNr(void); |