summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-06 00:12:33 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-06 00:12:33 +0300
commit87faf131575091160e9776c511e24b65e8b6b2e9 (patch)
tree99f057c18ff79f1e8064be146c65fca4f50e2616 /src/being/localplayer.cpp
parent7901ff853659fb9dda0218eac22c740dd44b1bd3 (diff)
downloadplus-87faf131575091160e9776c511e24b65e8b6b2e9.tar.gz
plus-87faf131575091160e9776c511e24b65e8b6b2e9.tar.bz2
plus-87faf131575091160e9776c511e24b65e8b6b2e9.tar.xz
plus-87faf131575091160e9776c511e24b65e8b6b2e9.zip
Disable char rename button if for selected char not allowed rename.
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r--src/being/localplayer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index b747c78bd..e8cceadae 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -172,7 +172,8 @@ LocalPlayer::LocalPlayer(const int id, const uint16_t subtype) :
mKeepAttacking(false),
mPathSetByMouse(false),
mWaitPing(false),
- mShowNavigePath(false)
+ mShowNavigePath(false),
+ mAllowRename(false)
{
logger->log1("LocalPlayer::LocalPlayer");