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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 9bc7585319..f9b3878b13 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -586,6 +586,9 @@ enum command_type
CMD_TARGET_CYCLE_FORWARD,
CMD_TARGET_CYCLE_BACK,
CMD_TARGET_CYCLE_BEAM,
+ CMD_TARGET_CYCLE_MLIST = 2000, // for indices a-z in the monster list
+ CMD_TARGET_CYCLE_MLIST_END = 2025,
+ CMD_TARGET_TOGGLE_MLIST,
CMD_TARGET_HIDE_BEAM,
CMD_TARGET_CENTER,
CMD_TARGET_CANCEL,
@@ -2796,6 +2799,15 @@ enum montravel_target_type
MTRAV_SUBMERSIBLE // Travelling to reach a submersible place.
};
+#ifndef USE_TILE
+enum mlist_targetting_type
+{
+ MLIST_TARGET_OFF = 0,
+ MLIST_TARGET_HIDDEN,
+ MLIST_TARGET_ON
+};
+#endif
+
#ifdef WIZARD
enum wizard_option_type