From 8a0b5443231c0f9740decdfef87a5f1d1cf38833 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Wed, 24 Dec 2008 19:34:26 +0000 Subject: [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 --- 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 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, -- cgit v1.2.3-54-g00ecf