summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.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/debug.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/debug.h')
-rw-r--r--crawl-ref/source/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index f9516020a9..fbf138d6eb 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -134,7 +134,7 @@ void error_message_to_player(void);
* called from: acr
* *********************************************************************** */
void level_travel( int delta );
-
+void wizard_interlevel_travel();
// last updated 12may2000 {dlb}
/* ***********************************************************************