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-08-01 22:43:46 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-01 22:43:46 +0000
commit2f502ad2e18856b2207756b98d2b54fc6e5764b3 (patch)
treeb107630c10dc120a11a9f6bb3578b9b11c3de416 /crawl-ref/source/enum.h
parent6abca99d684429a8d909260cec1f3c0f76f8ecc7 (diff)
downloadcrawl-ref-2f502ad2e18856b2207756b98d2b54fc6e5764b3.tar.gz
crawl-ref-2f502ad2e18856b2207756b98d2b54fc6e5764b3.zip
FR 2026227: Make $ list current gold.
FR 2027307: Use menu colours for shops, with an option to turn it off to get the striped menu again. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6750 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 44852ac7ee..b4e0a3e47d 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -460,6 +460,7 @@ enum command_type
CMD_LIST_ARMOUR,
CMD_LIST_JEWELLERY,
CMD_LIST_EQUIPMENT,
+ CMD_LIST_GOLD,
CMD_ZAP_WAND,
CMD_CAST_SPELL,
CMD_MEMORISE_SPELL,