summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/overmap.h')
-rw-r--r--crawl-ref/source/overmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/overmap.h b/crawl-ref/source/overmap.h
index 214073cecf..f9f16a71ad 100644
--- a/crawl-ref/source/overmap.h
+++ b/crawl-ref/source/overmap.h
@@ -18,8 +18,7 @@
void seen_notable_thing( dungeon_feature_type which_thing, int x, int y );
bool overmap_knows_portal(dungeon_feature_type portal);
void display_overmap();
-void unnotice_labyrinth_portal();
-void unnotice_altar();
+bool unnotice_feature(const level_pos &pos);
std::string overview_description_string();
#endif