summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-24 04:00:10 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-24 04:00:10 +0000
commitcc6d8cbcbc57396500d87731f6742fb6317aa1c2 (patch)
tree09acb6b707a0216dfaa78642850052e7e76c2fc9 /crawl-ref/source/enum.h
parent4bc8fa481841a89bd2b6880f7570824478048ca1 (diff)
downloadcrawl-ref-cc6d8cbcbc57396500d87731f6742fb6317aa1c2.tar.gz
crawl-ref-cc6d8cbcbc57396500d87731f6742fb6317aa1c2.zip
Fixing Tiles targeting and mouse cursor behavior.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6658 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 099cd925fd..c68cc8d488 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -619,14 +619,14 @@ 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_PLAYER_TILE,
+ CMD_MIN_TILE = CMD_EDIT_PLAYER_TILE,
CMD_MAX_TILE = CMD_EDIT_PLAYER_TILE,
#endif