summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 918da756b5..1d1f912c63 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -712,6 +712,8 @@ enum description_level_type
DESC_BASENAME, // Base name of item subtype
DESC_QUALNAME, // Name without articles, quantities,
// enchantments.
+ DESC_DBNAME, // Name with which to look up item
+ // description in the db.
DESC_NONE
};