mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
parent
9bfea796df
commit
6d1e3e77fc
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ private:
|
|||
char ds[32];
|
||||
INVENTORY_DATAp id = &InventoryData[pp->InventoryNum];
|
||||
|
||||
int x = InventoryBoxX + INVENTORY_PERCENT_XOFF + InventoryXoff;
|
||||
int x = InventoryBoxX + INVENTORY_PERCENT_XOFF + InventoryXoff-1;
|
||||
int y = InventoryBoxY + INVENTORY_PERCENT_YOFF + InventoryYoff;
|
||||
|
||||
if (TEST(id->Flags, INVF_COUNT))
|
||||
|
|
Loading…
Reference in a new issue