From 3ac438c461e66b50151579db3362cd939a41f83c Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Fri, 12 May 2006 10:22:03 +0000 Subject: You can now see the shirt when equipping a top equipment. --- src/being.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 7aeb40a3..0dd8cd65 100644 --- a/src/being.h +++ b/src/being.h @@ -34,6 +34,8 @@ #define NR_HAIR_STYLES 6 #define NR_HAIR_COLORS 10 +class Equipment; +class Item; class Map; class Graphics; class Spriteset; @@ -287,6 +289,8 @@ class Being : public Sprite */ int getYOffset() const { return getOffset(UP, DOWN); } + + std::auto_ptr mEquipment; protected: /** -- cgit v1.2.3-70-g09d2