diff options
Diffstat (limited to 'src/sys/sys_main.c')
-rw-r--r-- | src/sys/sys_main.c | 2 |
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 |