From e9551ec91ffc7fb144eac71c5b65501c2c40f39d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 3 Nov 2009 23:38:49 +0000 Subject: * Indent wrapped chat lines to avoid potential imitation exploits --- src/client/cl_console.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client') diff --git a/src/client/cl_console.c b/src/client/cl_console.c index 939e003f..c2e59ea6 100644 --- a/src/client/cl_console.c +++ b/src/client/cl_console.c @@ -361,6 +361,8 @@ void CL_ConsolePrint( char *txt ) { switch (c) { + case INDENT_MARKER: + break; case '\n': Con_Linefeed (skipnotify); break; -- cgit