From b0e37be06900f3889dfe9dffa55d799cad2f1f36 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 31 Jul 2017 17:40:20 +0300 Subject: Show player name on fixed position on top. Before it depend on sprite height and some times it was wrong. --- src/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.cpp') 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() -- cgit v1.2.3-60-g2f50