From 09ebcebf32be3842d6158c3145492fbf2959440e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 1 Jun 2011 03:03:12 +0300 Subject: Add setup option for finding bad chars in nicks. Highlight bad nicks on map with secure font. --- src/being.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 1f0d318f3..3313f40ba 100644 --- a/src/being.h +++ b/src/being.h @@ -715,6 +715,12 @@ class Being : public ActorSprite, public ConfigListener void undressItemById(int id); + int getGoodStatus() + { return mGoodStatus; } + + void setGoodStatus(int n) + { mGoodStatus = n; } + static void clearCache(); protected: @@ -820,6 +826,7 @@ class Being : public ActorSprite, public ConfigListener int mMaxHP; int mDistance; int mIsReachable; /**< 0 - unknown, 1 - reachable, 2 - not reachable*/ + int mGoodStatus; static int mUpdateConfigTime; static unsigned int mConfLineLim; -- cgit v1.2.3-60-g2f50