diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-31 17:40:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-31 18:09:11 +0300 |
commit | b0e37be06900f3889dfe9dffa55d799cad2f1f36 (patch) | |
tree | 6e48f177d48a8dfbe94f7844dbf30a73e80b7268 /src/client.cpp | |
parent | d120817f73712bf2fd22be231200df752760d0d3 (diff) | |
download | plus-b0e37be06900f3889dfe9dffa55d799cad2f1f36.tar.gz plus-b0e37be06900f3889dfe9dffa55d799cad2f1f36.tar.bz2 plus-b0e37be06900f3889dfe9dffa55d799cad2f1f36.tar.xz plus-b0e37be06900f3889dfe9dffa55d799cad2f1f36.zip |
Show player name on fixed position on top.
Before it depend on sprite height and some times it was wrong.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 5867c9474..57e870b05 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1730,6 +1730,8 @@ void Client::initPaths() if (settings.linkCommandSymbol.empty()) settings.linkCommandSymbol = "="; settings.overweightPercent = paths.getIntValue("overweightPercent"); + settings.playerNameOffset = paths.getIntValue( + "playerNameOffset"); } void Client::initTradeFilter() |