summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index 6f5d247326..3f8c65f2eb 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -432,7 +432,7 @@ static void _get_symbol( int x, int y,
else if (!one_chance_in(3))
*colour = LIGHTCYAN | colmask; // 1/6
else
- *colour = LIGHTGRAY | colmask; // 1/12
+ *colour = LIGHTGREY | colmask; // 1/12
}
}
else if (object < NUM_REAL_FEATURES && _show_bloodcovered(x,y))