summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index fd82425..aa1340d 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -1339,9 +1339,7 @@ static void CL_ParsePrint( void ) {
string[len] = '\n';
}
- Com_SetColor( COLOR_ALT );
- Com_Printf( "%s", string );
- Com_SetColor( COLOR_NONE );
+ Com_LPrintf( PRINT_TALK, "%s", string );
Con_SkipNotify( qfalse );