summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-15 03:54:11 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-15 03:54:11 +0000
commit0cb9011c4d8b1075d0459007641cb2cd7fa94907 (patch)
tree6e5629a8275ff61aa1e8881c419817dab39a9b40 /crawl-ref/source/enum.h
parent542cf75b89614ad8859fd345230fbd124316a48d (diff)
downloadcrawl-ref-0cb9011c4d8b1075d0459007641cb2cd7fa94907.tar.gz
crawl-ref-0cb9011c4d8b1075d0459007641cb2cd7fa94907.zip
1718585: 'f' and 't' behaviour changed, as follows:
If cursor is on you, 'f' and 't' act like 'p' (fire at previous target.) Otherwise they act like '.' (fire at current target.) 'p' is still unconditional fire-at-previous-target. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1473 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index ac9353569c..7b0caa19c0 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -727,6 +727,7 @@ enum command_type
CMD_TARGET_CYCLE_TARGET_MODE,
CMD_TARGET_PREV_TARGET,
+ CMD_TARGET_MAYBE_PREV_TARGET,
CMD_TARGET_SELECT,
CMD_TARGET_SELECT_ENDPOINT,
CMD_TARGET_OBJ_CYCLE_BACK,