From 052f906cf8253d9586caf5e735b1677a490833bb Mon Sep 17 00:00:00 2001 From: dshaligram Date: Fri, 9 Feb 2007 13:02:06 +0000 Subject: 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 --- 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 e08af57ffd..4703d37395 100644 --- a/crawl-ref/source/overmap.h +++ b/crawl-ref/source/overmap.h @@ -16,6 +16,7 @@ #include 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(); -- cgit v1.2.3-54-g00ecf