From 5e92530989ef9c7e53cc03c1f322248b08027f37 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 3 Jan 2020 15:24:24 -0800 Subject: [PATCH] Move the input display up instead of right --- src/st_stuff.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 305270229..e0e014712 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -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))