summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-03 18:46:23 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-03 18:46:23 +0000
commitbcfca21ad67956a47a2ac5f616943567334f7c0b (patch)
tree7f03d2120ba030742b3bd71d49be056cfdf19df5 /crawl-ref/source/overmap.h
parentcb9d4a1c331dbd0439a21a00e4573f315b5ce507 (diff)
downloadcrawl-ref-bcfca21ad67956a47a2ac5f616943567334f7c0b.tar.gz
crawl-ref-bcfca21ad67956a47a2ac5f616943567334f7c0b.zip
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
Diffstat (limited to 'crawl-ref/source/overmap.h')
-rw-r--r--crawl-ref/source/overmap.h1
1 files changed, 1 insertions, 0 deletions
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