From 42b4a8535ff9a0983d2a31f512c86ec8f8e9d224 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Thu, 21 Oct 2010 00:48:36 +0000 Subject: * (bug 4694) Reallow black in names, map it to inverse in com_ansicolor --- src/sys/sys_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys') diff --git a/src/sys/sys_main.c b/src/sys/sys_main.c index f76cb014..f1aa6fa8 100644 --- a/src/sys/sys_main.c +++ b/src/sys/sys_main.c @@ -211,7 +211,7 @@ void Sys_AnsiColorPrint( const char *msg ) int length = 0; static int q3ToAnsi[ 8 ] = { - 30, // COLOR_BLACK + 7, // COLOR_BLACK 31, // COLOR_RED 32, // COLOR_GREEN 33, // COLOR_YELLOW -- cgit