summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2010-10-21 00:48:36 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:42 +0000
commit42b4a8535ff9a0983d2a31f512c86ec8f8e9d224 (patch)
tree999f28d78e6fb034ce53f6d56afe21d6df2a12b9 /src/sys
parente76d590dc99030ce2756640954f81da1d354ed76 (diff)
* (bug 4694) Reallow black in names, map it to inverse in com_ansicolor
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/sys_main.c2
1 files changed, 1 insertions, 1 deletions
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