summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-04 17:47:41 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-04 17:47:41 +0000
commit6f2a50cffaccd8af991a513f2453506ade0cf140 (patch)
treebf0e6bee72703b8b0191918a915b19bfb7776561 /crawl-ref/source/enum.h
parentee41fac914eff2328d03b10c2bd2b1f4d2d03dbc (diff)
downloadcrawl-ref-6f2a50cffaccd8af991a513f2453506ade0cf140.tar.gz
crawl-ref-6f2a50cffaccd8af991a513f2453506ade0cf140.zip
Changed '!' in targeting from target-select to target-select-ignoring-range.
Added '@', which is to '!' as '.' is to the old '5'. Fixed 2146628: cancelling targeting was incorrectly checking range. The behaviour of allow_self_target is now slightly different (see forthcoming mail on crawl-ref-discuss.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7128 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 64c48819e6..f68fd730de 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -578,6 +578,8 @@ enum command_type
CMD_TARGET_MAYBE_PREV_TARGET,
CMD_TARGET_SELECT,
CMD_TARGET_SELECT_ENDPOINT,
+ CMD_TARGET_SELECT_FORCE,
+ CMD_TARGET_SELECT_FORCE_ENDPOINT,
CMD_TARGET_OBJ_CYCLE_BACK,
CMD_TARGET_OBJ_CYCLE_FORWARD,
CMD_TARGET_CYCLE_FORWARD,