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 59ea890bb6..817b973db1 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -2581,7 +2581,7 @@ static void draw_level_map(int start_x, int start_y, bool travel_mode)
{
colour = colour_code_map(c.x, c.y,
Options.item_colour,
- travel_mode && Options.travel_colour);
+ travel_mode);
buffer2[bufcount2 + 1] = colour;
buffer2[bufcount2] = env.map(c).glyph();