diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/cl_console.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |