From 10e4fb183da4d331964d83ec6305375603de4b0f Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 14 Aug 2023 01:15:45 -0700 Subject: [PATCH] ST_overlayDrawer: hide VIEWPOINT text when using demo freecam --- src/st_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 6a3756de9..74e6bfce7 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -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) {