mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 04:00:42 +00:00
- Exhumed: Move key display on DrawHUD2()
to accommodate larger ammo display for M60 with cl_showmagamt 1
from 2a8e636066
.
This commit is contained in:
parent
2a8e636066
commit
0778dfb22a
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class ExhumedStatusBar : RazeStatusBar
|
||||||
//
|
//
|
||||||
|
|
||||||
int nKeys = pp.keys;
|
int nKeys = pp.keys;
|
||||||
int x = -134;
|
int x = -164;
|
||||||
|
|
||||||
for (int i = 0; i < 4; i++)
|
for (int i = 0; i < 4; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue