From f2a19d9971bb076f4a80a9e41ba601bc862d0fdf Mon Sep 17 00:00:00 2001 From: dshaligram Date: Thu, 26 Jul 2007 11:06:09 +0000 Subject: Replaced timed markers with Lua markers. Breaks save compatibility. KFEAT: feature names are now as in the dungeon_feature_type enum. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1930 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/overmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/overmap.h') 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 -- cgit v1.2.3-54-g00ecf