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 a4e00b5885..2a79c9fd4c 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -4680,7 +4680,7 @@ void viewwindow(bool draw_it, bool do_updates)
buffy[bufcount + 1] = DARKGREY;
if (Options.colour_map)
- {
+ {
buffy[bufcount + 1] =
colour_code_map(gc.x, gc.y, Options.item_colour);
}