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.