mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
parent
fc1fbfe8b3
commit
a53ed46bae
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue