- fixed item placement on SW minihud.

Fixes #295
This commit is contained in:
Christoph Oelckers 2021-04-08 17:43:56 +02:00
parent fc1fbfe8b3
commit a53ed46bae

View file

@ -695,7 +695,7 @@ private:
void DisplayMinibarInventory(PLAYERp pp)
{
int InventoryBoxX = MINI_BAR_INVENTORY_BOX_X;
int InventoryBoxY = MINI_BAR_INVENTORY_BOX_Y;
int InventoryBoxY = MINI_BAR_INVENTORY_BOX_Y - 200;
int InventoryXoff = 0;
int InventoryYoff = 1;