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
This commit is contained in:
Asdow
2022-08-16 14:08:09 +00:00
parent 317f741811
commit 9ac2d3c828
+1 -1
View File
@@ -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
};