summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-15 10:16:50 -0400
committerNeil Moore <neil@s-z.org>2014-07-15 10:21:01 -0400
commitda4b28bb0ac7045adf7b1596e86c35aeb58ea41f (patch)
treed75edda74dd1440f0310ac9546841a8ee8e9e86c /crawl-ref/source/enum.h
parent3be80b4b66ba0cd025360de7a3f20401edf01a09 (diff)
downloadcrawl-ref-da4b28bb0ac7045adf7b1596e86c35aeb58ea41f.tar.gz
crawl-ref-da4b28bb0ac7045adf7b1596e86c35aeb58ea41f.zip
More code to data: pronoun declensions.
Also improve a comment by making some examples less ambiguous.
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 b2b556823c..e9c857b288 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3590,6 +3590,7 @@ enum pronoun_type
PRONOUN_POSSESSIVE,
PRONOUN_REFLEXIVE,
PRONOUN_OBJECTIVE,
+ NUM_PRONOUN_CASES
};
// Be sure to update _prop_name[] in wiz-item.cc to match. Also