mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 02:41:49 +00:00
Don't let Tab key hide player name in Time Attack replays
This commit is contained in:
parent
abb3a748d9
commit
2945f41f13
1 changed files with 0 additions and 3 deletions
|
|
@ -1271,10 +1271,7 @@ static void ST_overlayDrawer(void)
|
||||||
{
|
{
|
||||||
LUA_HookHUD(luahuddrawlist_game, HUD_HOOK(game));
|
LUA_HookHUD(luahuddrawlist_game, HUD_HOOK(game));
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (!hu_showscores) // hide the following if TAB is held
|
|
||||||
{
|
|
||||||
if (cv_showviewpointtext.value)
|
if (cv_showviewpointtext.value)
|
||||||
{
|
{
|
||||||
if (!demo.attract && !P_IsPartyPlayer(stplyr) && !camera[viewnum].freecam)
|
if (!demo.attract && !P_IsPartyPlayer(stplyr) && !camera[viewnum].freecam)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue