From 9ac2d3c8286d4c113d4a1cb16f0e0e86de1351ae Mon Sep 17 00:00:00 2001 From: Asdow Date: Tue, 16 Aug 2022 14:08:09 +0000 Subject: [PATCH] Fix wrong offset resulting in character inventory background not drawn in old inventory & 1024x768 resolution git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9397 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Strategic/mapscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Strategic/mapscreen.cpp b/Strategic/mapscreen.cpp index dc5e0378a..e9798e15b 100644 --- a/Strategic/mapscreen.cpp +++ b/Strategic/mapscreen.cpp @@ -1401,7 +1401,7 @@ BOOLEAN InitializeInvPanelCoordsOld() else if (iResolution >= _1024x768) { UI_CHARPANEL.Region = { - UI_MAP.BorderRegion.x - 262, + UI_MAP.BorderRegion.x - 260, UI_MAP.BorderRegion.y, 262, 106 };