Move the input display up instead of right

This commit is contained in:
James R 2020-01-03 15:24:24 -08:00
parent 0bc9d82f10
commit 5e92530989

View file

@ -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))