From 78c738241ffd14b14ea6f7579bb827a617c2187e Mon Sep 17 00:00:00 2001 From: haranp Date: Sat, 27 Jan 2007 15:07:07 +0000 Subject: Beam-cycling in direction(). You can use SPACE to cycle between beams, ':' to hide the beam. Will probably need a future rewrite...getting this in for testing. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@893 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 88fdd169b1..607e75ed5c 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -700,6 +700,8 @@ enum command_type CMD_TARGET_OBJ_CYCLE_FORWARD, CMD_TARGET_CYCLE_FORWARD, CMD_TARGET_CYCLE_BACK, + CMD_TARGET_CYCLE_BEAM, + CMD_TARGET_HIDE_BEAM, CMD_TARGET_CENTER, CMD_TARGET_CANCEL, CMD_TARGET_OLD_SPACE, -- cgit v1.2.3-54-g00ecf