summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 08:54:31 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 08:54:31 +0000
commitcad9c185b4714e69e47cf62275cc02146f76c4a5 (patch)
treef2188074bddd75862b8c01f5fa8095872363cdbc /crawl-ref/source/enum.h
parent3fc133f3d8a0688bc0f7bff3df189e6d900b4c58 (diff)
downloadcrawl-ref-cad9c185b4714e69e47cf62275cc02146f76c4a5.tar.gz
crawl-ref-cad9c185b4714e69e47cf62275cc02146f76c4a5.zip
Move around some commands.
Ctrl-Q (Tiles settings) -> Ctrl-V (was version, now ?V) Q (quit) -> Ctrl-Q ... which frees Q for a new command "set quiver", not yet implemented. I've updated some docs but may have overlooked something. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6110 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index dbd85320d0..9bc7585319 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -449,6 +449,7 @@ enum command_type
CMD_WEAPON_SWAP,
CMD_THROW, // unused now
CMD_FIRE,
+ CMD_QUIVER_ITEM,
CMD_WEAR_ARMOUR,
CMD_REMOVE_ARMOUR,
CMD_WEAR_JEWELLERY,