ST_overlayDrawer: hide VIEWPOINT text when using demo freecam

This commit is contained in:
James R 2023-08-14 01:15:45 -07:00 committed by NepDisk
parent f72aa63f36
commit 10e4fb183d

View file

@ -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)
{