summaryrefslogtreecommitdiff
path: root/src/qcommon/q_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/q_math.c')
-rw-r--r--src/qcommon/q_math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/q_math.c b/src/qcommon/q_math.c
index 196d2f5..0b56f4f 100644
--- a/src/qcommon/q_math.c
+++ b/src/qcommon/q_math.c
@@ -50,7 +50,7 @@ vec4_t colorDkGrey = {0.25, 0.25, 0.25, 1};
vec4_t g_color_table[8] =
{
- {0.0, 0.0, 0.0, 1.0},
+ {0.2, 0.2, 0.2, 1.0},
{1.0, 0.0, 0.0, 1.0},
{0.0, 1.0, 0.0, 1.0},
{1.0, 1.0, 0.0, 1.0},