From 26daf2e137f335a48ae532b3a379cef0550d4e39 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 27 Aug 2007 13:03:15 +0000 Subject: Add "held" to enchant_names array. Thanks to Enne! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2034 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index d93fe664f2..6232299752 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -1263,6 +1263,7 @@ enum element_type EC_RANDOM // any colour (except BLACK) }; +// This list must match the enchant_names array in mon-util.cc enum enchant_type { ENCH_NONE = 0, // 0 -- cgit v1.2.3-54-g00ecf