mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Fix using cecho instead of tcecho for 1 line
This commit is contained in:
parent
9f1e5d08c2
commit
64792f30a2
1 changed files with 1 additions and 1 deletions
|
|
@ -2688,7 +2688,7 @@ void HU_DoTitlecardCEcho(const char *msg)
|
|||
|
||||
strncpy(tcechotext, msg, sizeof(tcechotext));
|
||||
strncat(tcechotext, "\\", sizeof(tcechotext) - strlen(tcechotext) - 1);
|
||||
cechotext[sizeof(tcechotext) - 1] = '\0';
|
||||
tcechotext[sizeof(tcechotext) - 1] = '\0';
|
||||
tcechotimer = 1;
|
||||
tcechoduration = TICRATE*6 + strlen(tcechotext);
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue