ST_overlayDrawer: hide VIEWPOINT text when using demo freecam

This commit is contained in:
James R 2023-08-14 01:15:45 -07:00
parent 5a973734d0
commit 5a40f554d4

View file

@ -1171,7 +1171,7 @@ static void ST_overlayDrawer(void)
{ {
if (cv_showviewpointtext.value) if (cv_showviewpointtext.value)
{ {
if (!demo.title && !P_IsLocalPlayer(stplyr)) if (!demo.title && !P_IsLocalPlayer(stplyr) && !demo.freecam)
{ {
if (!r_splitscreen) if (!r_splitscreen)
{ {