From 3f3c0139c0eeb94c90b2afad0ba6af493c0f2b08 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Mon, 2 Nov 2009 17:39:57 -0800 Subject: Implement map viewing for other levels There are three new commands described on the X? screen. Interlevel travel works. Other levels are not currently highlighted by reachability; let me know if you want this. Interface stolen from TAEB :). dpeg's stair view is not yet in. --- crawl-ref/source/enum.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index f1de0ac8b7..8e0e7682e5 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -603,6 +603,10 @@ enum command_type CMD_MAP_JUMP_UP_RIGHT, CMD_MAP_JUMP_DOWN_RIGHT, + CMD_MAP_NEXT_LEVEL, + CMD_MAP_PREV_LEVEL, + CMD_MAP_OTHER_BRANCH, + CMD_MAP_SCROLL_DOWN, CMD_MAP_SCROLL_UP, -- cgit v1.2.3-54-g00ecf