summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-31 18:58:36 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-31 18:58:36 +0300
commit97109e6260af3eab9c2fd7bae7dbcd0935f70da7 (patch)
tree7163ff8b848be764061444e937e3f8dc9a35b0e1 /src/client.cpp
parentb0e37be06900f3889dfe9dffa55d799cad2f1f36 (diff)
downloadplus-97109e6260af3eab9c2fd7bae7dbcd0935f70da7.tar.gz
plus-97109e6260af3eab9c2fd7bae7dbcd0935f70da7.tar.bz2
plus-97109e6260af3eab9c2fd7bae7dbcd0935f70da7.tar.xz
plus-97109e6260af3eab9c2fd7bae7dbcd0935f70da7.zip
Add paths.xml option for set bandge offset.
it used if need show badges at right and names is hidden.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 57e870b05..97857310b 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1732,6 +1732,8 @@ void Client::initPaths()
settings.overweightPercent = paths.getIntValue("overweightPercent");
settings.playerNameOffset = paths.getIntValue(
"playerNameOffset");
+ settings.playerBadgeAtRightOffset = paths.getIntValue(
+ "playerBadgeAtRightOffset");
}
void Client::initTradeFilter()