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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index b78ef3325c..0807151aee 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -620,16 +620,17 @@ enum command_type
CMD_TARGET_WIZARD_GIVE_ITEM,
CMD_TARGET_WIZARD_MOVE,
CMD_TARGET_WIZARD_PATHFIND,
+ CMD_TARGET_MOUSE_MOVE,
+ CMD_TARGET_MOUSE_SELECT,
CMD_TARGET_HELP,
CMD_MAX_TARGET = CMD_TARGET_HELP,
#ifdef USE_TILE
- CMD_TARGET_MOUSE_MOVE,
- CMD_MIN_TILE = CMD_TARGET_MOUSE_MOVE,
- CMD_TARGET_MOUSE_SELECT,
CMD_EDIT_PREFS,
+ CMD_MIN_TILE = CMD_EDIT_PREFS,
CMD_EDIT_PLAYER_TILE,
CMD_USE_ITEM,
+ CMD_NEXT_CMD,
CMD_VIEW_ITEM,
CMD_MAX_TILE = CMD_VIEW_ITEM,
#endif
@@ -639,8 +640,10 @@ enum command_type
CMD_MIN_SYNTHETIC = CMD_DISABLE_MORE,
CMD_ENABLE_MORE,
+#ifndef USE_TILE
// [ds] Silently ignored, requests another round of input.
CMD_NEXT_CMD,
+#endif
// Stick the keyspresses of the command to be repeated into the
// input buffer.