From 94024e2b57b31ee92bb81fc48ce236283330b60c Mon Sep 17 00:00:00 2001 From: Lloyd Bryant Date: Wed, 13 Aug 2008 15:02:59 +0000 Subject: Added support for different colored fonts for different being types --- 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 90bab9ac..7f68c8c3 100644 --- a/src/being.h +++ b/src/being.h @@ -233,6 +233,9 @@ class Being : public Sprite virtual void nextStep(); + virtual void + setGM() { mIsGM = true; } + /** * Performs being logic. */ @@ -382,6 +385,7 @@ class Being : public Sprite Map *mMap; /**< Map on which this being resides */ std::string mName; /**< Name of character */ SpriteIterator mSpriteIterator; + bool mIsGM; /** Engine-related infos about weapon. */ const ItemInfo* mEquippedWeapon; -- cgit v1.2.3-70-g09d2