summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/overmap.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-09 13:02:06 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-09 13:02:06 +0000
commit052f906cf8253d9586caf5e735b1677a490833bb (patch)
tree0308a90f1de21977ab3b87b99307741f5ed84640 /crawl-ref/source/overmap.h
parent8c1ca155f86b9828efa8b10d703c2fd523d1e0d9 (diff)
downloadcrawl-ref-052f906cf8253d9586caf5e735b1677a490833bb.tar.gz
crawl-ref-052f906cf8253d9586caf5e735b1677a490833bb.zip
Modified wizmode &" and &~ commands so that you can jump to any level of any
branch instead of only up and down in the current branch. Wizmode &d, &u remains unchanged, although you can also hit &"> and &"< to do the same thing. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@946 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 e08af57ffd..4703d37395 100644
--- a/crawl-ref/source/overmap.h
+++ b/crawl-ref/source/overmap.h
@@ -16,6 +16,7 @@
#include <vector>
void seen_notable_thing( int which_thing, int x, int y );
+bool overmap_knows_portal(dungeon_feature_type portal);
void display_overmap();
void unnotice_labyrinth_portal();
void unnotice_altar();