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.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index fc89fe9381..3b925ee6ac 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -491,11 +491,7 @@ enum canned_message_type // canned_msg() - unsigned char
MSG_UNTHINKING_ACT,
MSG_SPELL_FIZZLES,
MSG_HUH,
- MSG_EMPTY_HANDED,
- MSG_NOT_IN_PRESENT_FORM,
- MSG_TOO_CONFUSED,
- MSG_DISORIENTED,
- MSG_CANT_REACH
+ MSG_EMPTY_HANDED
};
enum char_set_type
@@ -686,6 +682,16 @@ enum command_type
CMD_TARGET_UP_LEFT,
CMD_TARGET_UP,
CMD_TARGET_UP_RIGHT,
+
+ CMD_TARGET_DIR_DOWN_LEFT,
+ CMD_TARGET_DIR_DOWN,
+ CMD_TARGET_DIR_DOWN_RIGHT,
+ CMD_TARGET_DIR_LEFT,
+ CMD_TARGET_DIR_RIGHT,
+ CMD_TARGET_DIR_UP_LEFT,
+ CMD_TARGET_DIR_UP,
+ CMD_TARGET_DIR_UP_RIGHT,
+
CMD_TARGET_CYCLE_TARGET_MODE,
CMD_TARGET_PREV_TARGET,
CMD_TARGET_SELECT,