mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
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:
@@ -1401,7 +1401,7 @@ BOOLEAN InitializeInvPanelCoordsOld()
|
|||||||
else if (iResolution >= _1024x768)
|
else if (iResolution >= _1024x768)
|
||||||
{
|
{
|
||||||
UI_CHARPANEL.Region = {
|
UI_CHARPANEL.Region = {
|
||||||
UI_MAP.BorderRegion.x - 262,
|
UI_MAP.BorderRegion.x - 260,
|
||||||
UI_MAP.BorderRegion.y,
|
UI_MAP.BorderRegion.y,
|
||||||
262, 106
|
262, 106
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user