From 7a70549690268de1c27f7650e49364a8f0c80b16 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 26 Jun 2013 00:15:23 +0000 Subject: [PATCH] RED! MWAHAHA git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4403 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/console.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/console.c b/engine/client/console.c index 4e4e2e511..1739d9716 100644 --- a/engine/client/console.c +++ b/engine/client/console.c @@ -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;