From ae2fdcbd12ac107476a9c950424b848db6f6f28c Mon Sep 17 00:00:00 2001 From: James R Date: Sat, 19 Aug 2023 18:18:17 -0700 Subject: [PATCH] cecho command: use titlecard font --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index fd5044e8b..7ff65cb05 100644 --- a/src/command.c +++ b/src/command.c @@ -785,7 +785,7 @@ static void COM_CEcho_f(void) cechotext[sizeof(cechotext) - 1] = '\0'; - HU_DoCEcho(cechotext); + HU_DoTitlecardCEcho(NULL, cechotext, true); } /** Sets drawing flags for the CECHO command.