Skip to content
Snippets Groups Projects
Commit b772eb00 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Merge branch 'fix-showinput-on-scoreboard' into 'next'

Fix input panel overdrawing the scoreboard

See merge request STJr/SRB2!2507
parents 84aab3f0 ef58615f
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment