diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-28 15:04:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-28 15:04:05 +0300 |
commit | 0278a66e30a3f2df0932ee501b5e5dc09b1a23ce (patch) | |
tree | 733f005cf75347666908bf5cf40e99e870cb728c /src/being | |
parent | 5a537c0ee685a7afc332f6707fd255032eb9d77b (diff) | |
download | plus-0278a66e30a3f2df0932ee501b5e5dc09b1a23ce.tar.gz plus-0278a66e30a3f2df0932ee501b5e5dc09b1a23ce.tar.bz2 plus-0278a66e30a3f2df0932ee501b5e5dc09b1a23ce.tar.xz plus-0278a66e30a3f2df0932ee501b5e5dc09b1a23ce.zip |
Show portal names in popup if portal not present at map.
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/being.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 0779be63b..3cc51ef9d 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -233,6 +233,9 @@ Being::Being(const int id, mGotComment = true; } + if (mType == ActorType::Portal) + mShowName = false; + config.addListener("visiblenames", this); reReadConfig(); |