From b51d6b7ffdae59208183b0d9e214709d1d31e18b Mon Sep 17 00:00:00 2001 From: Lugent <35547583+Lugent@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:23:10 -0400 Subject: [PATCH] Small tweaks --- src/netcode/client_connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netcode/client_connection.c b/src/netcode/client_connection.c index 2d26c2c2cb..01f5876a7c 100644 --- a/src/netcode/client_connection.c +++ b/src/netcode/client_connection.c @@ -299,7 +299,7 @@ static void CL_DrawConnectionStatus(void) } DrawFileProgress(file, BASEVIDHEIGHT-46); - V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT-16-16, V_ALLOWLOWERCASE|V_YELLOWMAP, "Overall Download Progress"); + V_DrawCenteredString(BASEVIDWIDTH/2, BASEVIDHEIGHT-16-14, V_ALLOWLOWERCASE|V_YELLOWMAP, "Total Progress"); DrawOverallProgress(BASEVIDHEIGHT-16); } else -- GitLab