- RR: fixed inventory display overlapping the weapon bar in status bar mode.

Fixes #231
This commit is contained in:
Christoph Oelckers 2020-12-10 19:07:15 +01:00
parent f41fe7c692
commit a8fd2e7ec3

View file

@ -352,7 +352,7 @@ public:
double top = 200 - h;
BeginStatusBar(320, 200, wh + h);
DrawInventory(p, 160, 154, 0);
DrawInventory(p, 160, hud_size <= Hud_Stbar? 148 : 154, 0);
if (hud_size <= Hud_Stbar)
DrawWeaponBar(p, top);