From 97109e6260af3eab9c2fd7bae7dbcd0935f70da7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 31 Jul 2017 18:58:36 +0300 Subject: Add paths.xml option for set bandge offset. it used if need show badges at right and names is hidden. --- src/being/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being') diff --git a/src/being/being.cpp b/src/being/being.cpp index 31ea99b27..c051d3038 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2309,7 +2309,7 @@ void Being::drawEmotion(Graphics *restrict const graphics, { if (mShowBadges == BadgeDrawType::Right) { - x = px + getWidth(); + x = px + settings.playerBadgeAtRightOffset; y = py; } else if (mShowBadges == BadgeDrawType::Bottom) -- cgit v1.2.3-70-g09d2