summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-name.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/cmd-name.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/cmd-name.h')
-rw-r--r--crawl-ref/source/cmd-name.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/cmd-name.h b/crawl-ref/source/cmd-name.h
index 5cae13caff..af588cd2a9 100644
--- a/crawl-ref/source/cmd-name.h
+++ b/crawl-ref/source/cmd-name.h
@@ -161,6 +161,8 @@
{CMD_TARGET_MAYBE_PREV_TARGET, "CMD_TARGET_MAYBE_PREV_TARGET"},
{CMD_TARGET_SELECT, "CMD_TARGET_SELECT"},
{CMD_TARGET_SELECT_ENDPOINT, "CMD_TARGET_SELECT_ENDPOINT"},
+{CMD_TARGET_SELECT_FORCE, "CMD_TARGET_SELECT_FORCE"},
+{CMD_TARGET_SELECT_FORCE_ENDPOINT, "CMD_TARGET_SELECT_FORCE_ENDPOINT"},
{CMD_TARGET_OBJ_CYCLE_BACK, "CMD_TARGET_OBJ_CYCLE_BACK"},
{CMD_TARGET_OBJ_CYCLE_FORWARD, "CMD_TARGET_OBJ_CYCLE_FORWARD"},
{CMD_TARGET_CYCLE_FORWARD, "CMD_TARGET_CYCLE_FORWARD"},