From 5a40f554d41a7733a4c2ed5f62790cb068ca1a19 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 dc4133089..c7166c414 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -1171,7 +1171,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) {