RED! MWAHAHA
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4403 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2ff17aed07
commit
7a70549690
1 changed files with 2 additions and 0 deletions
|
@ -644,6 +644,8 @@ void Con_PrintCon (console_t *con, char *txt)
|
||||||
COM_ParseFunString(CON_WHITEMASK, txt, expanded, sizeof(expanded), false);
|
COM_ParseFunString(CON_WHITEMASK, txt, expanded, sizeof(expanded), false);
|
||||||
|
|
||||||
c = expanded;
|
c = expanded;
|
||||||
|
if (*c)
|
||||||
|
con->unseentext = true;
|
||||||
while (*c)
|
while (*c)
|
||||||
{
|
{
|
||||||
conchar_t *o;
|
conchar_t *o;
|
||||||
|
|
Loading…
Reference in a new issue