mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
cecho command: use titlecard font
This commit is contained in:
parent
baf7f82af3
commit
ae2fdcbd12
1 changed files with 1 additions and 1 deletions
|
|
@ -785,7 +785,7 @@ static void COM_CEcho_f(void)
|
||||||
|
|
||||||
cechotext[sizeof(cechotext) - 1] = '\0';
|
cechotext[sizeof(cechotext) - 1] = '\0';
|
||||||
|
|
||||||
HU_DoCEcho(cechotext);
|
HU_DoTitlecardCEcho(NULL, cechotext, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Sets drawing flags for the CECHO command.
|
/** Sets drawing flags for the CECHO command.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue