summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-27 15:07:07 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-27 15:07:07 +0000
commit78c738241ffd14b14ea6f7579bb827a617c2187e (patch)
treea7db588a67d6462fa302a71e2f96206c5e4e75a8 /crawl-ref/source/enum.h
parentc6e44918d2d662a753265e7852a3cb538b034300 (diff)
downloadcrawl-ref-78c738241ffd14b14ea6f7579bb827a617c2187e.tar.gz
crawl-ref-78c738241ffd14b14ea6f7579bb827a617c2187e.zip
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
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 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,