Don't let Tab key hide player name in Time Attack replays

This commit is contained in:
James R 2024-03-17 04:56:21 -07:00
parent abb3a748d9
commit 2945f41f13

View file

@ -1271,10 +1271,7 @@ static void ST_overlayDrawer(void)
{
LUA_HookHUD(luahuddrawlist_game, HUD_HOOK(game));
}
}
if (!hu_showscores) // hide the following if TAB is held
{
if (cv_showviewpointtext.value)
{
if (!demo.attract && !P_IsPartyPlayer(stplyr) && !camera[viewnum].freecam)