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:
Spoike 2013-06-26 00:15:23 +00:00
parent 2ff17aed07
commit 7a70549690
1 changed files with 2 additions and 0 deletions

View File

@ -644,6 +644,8 @@ void Con_PrintCon (console_t *con, char *txt)
COM_ParseFunString(CON_WHITEMASK, txt, expanded, sizeof(expanded), false);
c = expanded;
if (*c)
con->unseentext = true;
while (*c)
{
conchar_t *o;