diff --git a/src/st_stuff.c b/src/st_stuff.c index e088a448c129ed6e2392e8bcadf3cb62e9932525..9f1fb6d88c8e12b833fa618784ac9e4b90b8dab9 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -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))