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 d19abd8e92..8762ee968d 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -579,11 +579,15 @@ enum command_type
CMD_MAP_FIND_F,
CMD_MAP_FIND_WAYPOINT,
CMD_MAP_FIND_STASH,
+ CMD_MAP_FIND_STASH_REVERSE,
CMD_MAP_GOTO_TARGET,
CMD_MAP_WIZARD_TELEPORT,
+ CMD_MAP_HELP,
+ CMD_MAP_FORGET,
+
CMD_MAP_EXIT_MAP,
CMD_MAX_OVERMAP = CMD_MAP_EXIT_MAP,