mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
parent
fc1fbfe8b3
commit
a53ed46bae
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ private:
|
||||||
void DisplayMinibarInventory(PLAYERp pp)
|
void DisplayMinibarInventory(PLAYERp pp)
|
||||||
{
|
{
|
||||||
int InventoryBoxX = MINI_BAR_INVENTORY_BOX_X;
|
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 InventoryXoff = 0;
|
||||||
int InventoryYoff = 1;
|
int InventoryYoff = 1;
|
||||||
|
|
Loading…
Reference in a new issue