From 0c229026108e080afa9774f5a77f28c29987e3e0 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sun, 25 Oct 2009 18:47:28 -0700 Subject: FR 2839615: comment on # of altars/shops sensed FR: Magic mapping now comments on the number of altars and shops/portals sensed. Also, take a note when a notable feature is first seen. --- crawl-ref/source/overmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/overmap.h') diff --git a/crawl-ref/source/overmap.h b/crawl-ref/source/overmap.h index 2b3eaa3d75..25a0ab6fe6 100644 --- a/crawl-ref/source/overmap.h +++ b/crawl-ref/source/overmap.h @@ -14,6 +14,7 @@ void seen_notable_thing(dungeon_feature_type which_thing, const coord_def& pos); bool move_notable_thing(const coord_def& orig, const coord_def& dest); bool overmap_knows_portal(dungeon_feature_type portal); +int overmap_knows_num_portals(dungeon_feature_type portal); void display_overmap(); bool unnotice_feature(const level_pos &pos); std::string overview_description_string(); -- cgit v1.2.3-54-g00ecf