summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/viewmap.h')
-rw-r--r--crawl-ref/source/viewmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/viewmap.h b/crawl-ref/source/viewmap.h
index c5ab21e394..b5f94ef71b 100644
--- a/crawl-ref/source/viewmap.h
+++ b/crawl-ref/source/viewmap.h
@@ -4,7 +4,7 @@
screen_buffer_t colour_code_map(const coord_def& p, bool item_colour = false,
bool travel_colour = false, bool on_level = true);
-bool emphasise(const coord_def& where, dungeon_feature_type feat);
+bool emphasise(const coord_def& where);
#endif