summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-name.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-02 19:01:25 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-02 19:01:25 -0800
commit385b092e89c160e2b22c6ed502988c983940d05c (patch)
tree520af9d7fb4ef5e2a900b52cb3b2b3d352a7d2d6 /crawl-ref/source/cmd-name.h
parent3f3c0139c0eeb94c90b2afad0ba6af493c0f2b08 (diff)
downloadcrawl-ref-385b092e89c160e2b22c6ed502988c983940d05c.tar.gz
crawl-ref-385b092e89c160e2b22c6ed502988c983940d05c.zip
Use G in the overmap to directly change levels
Diffstat (limited to 'crawl-ref/source/cmd-name.h')
-rw-r--r--crawl-ref/source/cmd-name.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/cmd-name.h b/crawl-ref/source/cmd-name.h
index 01b0e8a3a3..c251802138 100644
--- a/crawl-ref/source/cmd-name.h
+++ b/crawl-ref/source/cmd-name.h
@@ -133,6 +133,7 @@
{CMD_MAP_NEXT_LEVEL, "CMD_MAP_NEXT_LEVEL"},
{CMD_MAP_PREV_LEVEL, "CMD_MAP_PREV_LEVEL"},
{CMD_MAP_OTHER_BRANCH, "CMD_MAP_OTHER_BRANCH"},
+{CMD_MAP_GOTO_LEVEL, "CMD_MAP_GOTO_LEVEL"},
{CMD_MAP_SCROLL_DOWN, "CMD_MAP_SCROLL_DOWN"},
{CMD_MAP_SCROLL_UP, "CMD_MAP_SCROLL_UP"},
{CMD_MAP_FIND_UPSTAIR, "CMD_MAP_FIND_UPSTAIR"},