ST_overlayDrawer: hide VIEWPOINT text when using demo freecam
This commit is contained in:
parent
f72aa63f36
commit
10e4fb183d
1 changed files with 1 additions and 1 deletions
|
|
@ -743,7 +743,7 @@ static void ST_overlayDrawer(void)
|
|||
{
|
||||
if (cv_showviewpointtext.value)
|
||||
{
|
||||
if (!demo.title && !P_IsLocalPlayer(stplyr))
|
||||
if (!demo.title && !P_IsLocalPlayer(stplyr) && !demo.freecam)
|
||||
{
|
||||
if (!r_splitscreen)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue