cecho command: use titlecard font

This commit is contained in:
James R 2023-08-19 18:18:17 -07:00 committed by toaster
parent baf7f82af3
commit ae2fdcbd12

View file

@ -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.