summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 19:34:26 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-24 19:34:26 +0000
commit8a0b5443231c0f9740decdfef87a5f1d1cf38833 (patch)
tree0b2d850983da163868caa84b986b1d9c06176451 /crawl-ref/source/enum.h
parent52b347d0433c143cbd2bf4f4df1a4da673681e1b (diff)
downloadcrawl-ref-8a0b5443231c0f9740decdfef87a5f1d1cf38833.tar.gz
crawl-ref-8a0b5443231c0f9740decdfef87a5f1d1cf38833.zip
[2458672] Fixing level map not using CMD_MAP_* commands or going through cmd-keys.h. This will allow these commands to be remapped correctly.
Also, fixing issue where cancelling the level map help screen in tiles wouldn't go back to viewing the dungeon. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7957 c06c8d41-db1a-0410-9941-cceddc491573
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,