mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 02:01:31 +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…
Add table
Add a link
Reference in a new issue