mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 17:21:22 +00:00
Move the input display up instead of right
This commit is contained in:
parent
0bc9d82f10
commit
5e92530989
1 changed files with 2 additions and 3 deletions
|
@ -981,9 +981,8 @@ static void ST_drawInput(void)
|
|||
INT32 x = hudinfo[HUD_LIVES].x, y = hudinfo[HUD_LIVES].y;
|
||||
|
||||
if (! modeattacking)
|
||||
x = 2 * x + 58;/* right side of lives count */
|
||||
|
||||
if (stplyr->powers[pw_carry] == CR_NIGHTSMODE)
|
||||
y -= 24;
|
||||
else if (stplyr->powers[pw_carry] == CR_NIGHTSMODE)
|
||||
y -= 16;
|
||||
|
||||
if (F_GetPromptHideHud(y))
|
||||
|
|
Loading…
Reference in a new issue