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-01-04 15:53:56 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-04 15:53:56 +0000
commit7c7d0e9149d4379e91ce82555d1121447963634f (patch)
treef1ed662f12c34d284a72673d56b631c86e122a82 /crawl-ref/source/enum.h
parent4157668cbf53f19b5c6855b484204d6a00d26855 (diff)
downloadcrawl-ref-7c7d0e9149d4379e91ce82555d1121447963634f.tar.gz
crawl-ref-7c7d0e9149d4379e91ce82555d1121447963634f.zip
Clear up comments in mon-data.h to reflect not so recent
changes, i.e. include genus/species, list constants rather than numbers etc. Also fix 1863437: "butchering knife" -> "butchering tool" 1861315: change Wayne's description from dwarf to wizard 1861873: ugly things are not intelligent git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3187 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 700112ddc8..83d63b4c3d 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1391,7 +1391,7 @@ enum menu_type
MT_PICKUP
};
-enum mon_holy_type // matches (char) H_foo in mon-util.h, see: monster_holiness()
+enum mon_holy_type
{
MH_HOLY, // 0 - was -1
MH_NATURAL, // 1 - was 0