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>2009-08-19 11:31:09 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-19 11:31:09 +0000
commit9466d4967629c9b19db3cf0064f72432b8705fa9 (patch)
tree5f88b7cdf9e3c8fb067cb2786ba4dc415cc2ab0a /crawl-ref/source/enum.h
parent5d470f5b5e0273ef7478e202cb45cc019e9c5dff (diff)
downloadcrawl-ref-9466d4967629c9b19db3cf0064f72432b8705fa9.tar.gz
crawl-ref-9466d4967629c9b19db3cf0064f72432b8705fa9.zip
More doll changes:
* Restrict BASE to species-fitting dolls after all. (We may want to add this once we've worked out a way to distinguish between species-dependent differences, and those the player wishes to apply to all characters. For now, it's just terribly confusing to have all characters look like Centaurs just because I prefer the brown tiles over the grey ones.) * Allow the old gnome tiles as alternative for Mountain Dwarf. * Using Enter in the doll menu confirms the current choice and automatically changes equip to the current index and mode to custom. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10576 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 dc22a50d6e..28629576cc 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -690,6 +690,7 @@ enum command_type
CMD_DOLL_SELECT_PREV_PART,
CMD_DOLL_CHANGE_PART_NEXT,
CMD_DOLL_CHANGE_PART_PREV,
+ CMD_DOLL_CONFIRM_CHOICE,
CMD_DOLL_COPY,
CMD_DOLL_PASTE,
CMD_DOLL_TAKE_OFF,