From bcfca21ad67956a47a2ac5f616943567334f7c0b Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 3 Dec 2006 18:46:23 +0000 Subject: Fix labyrinths being seen in overview even after they're visited. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@546 c06c8d41-db1a-0410-9941-cceddc491573 --- 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 e2f6d15f11..7c10bd3493 100644 --- a/crawl-ref/source/overmap.h +++ b/crawl-ref/source/overmap.h @@ -14,6 +14,7 @@ void seen_notable_thing( int which_thing, int x, int y ); void display_overmap(); +void unnotice_labyrinth_portal(); std::string overview_description_string(); #endif -- cgit v1.2.3-54-g00ecf