mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 08:50:53 +00:00
Merge branch 'fix-showinput-on-scoreboard' into 'next'
Fix input panel overdrawing the scoreboard See merge request STJr/SRB2!2507
This commit is contained in:
commit
b772eb00e1
1 changed files with 3 additions and 0 deletions
|
@ -1042,6 +1042,9 @@ static void ST_drawInput(void)
|
|||
|
||||
INT32 x = hudinfo[HUD_INPUT].x, y = hudinfo[HUD_INPUT].y;
|
||||
|
||||
if (hu_showscores)
|
||||
return;
|
||||
|
||||
if (stplyr->powers[pw_carry] == CR_NIGHTSMODE)
|
||||
y += 8;
|
||||
else if (modeattacking || !LUA_HudEnabled(hud_lives))
|
||||
|
|
Loading…
Reference in a new issue