From 0278a66e30a3f2df0932ee501b5e5dc09b1a23ce Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 28 Sep 2014 15:04:05 +0300 Subject: Show portal names in popup if portal not present at map. --- src/being/being.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/being/being.cpp') 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(); -- cgit v1.2.3-60-g2f50