From 0cb9011c4d8b1075d0459007641cb2cd7fa94907 Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 15 May 2007 03:54:11 +0000 Subject: 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 --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') 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, -- cgit v1.2.3-54-g00ecf