summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 4 insertions, 0 deletions
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,