summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-08 11:35:20 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-08 11:35:20 +0000
commit973509a558e93af8c9ba7ea70a860f5f51d3c718 (patch)
tree4a9a11f288b47f261cce2b65199142b9ba3f2658 /crawl-ref/source/enum.h
parent9e2952d470e02deab56ae8e2ea8773a8ab1662b7 (diff)
downloadcrawl-ref-973509a558e93af8c9ba7ea70a860f5f51d3c718.tar.gz
crawl-ref-973509a558e93af8c9ba7ea70a860f5f51d3c718.zip
Note improvements (1749776). Double notes are possible if regexps
are careless. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1797 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 7797a83c4c..9e7de149b2 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1520,7 +1520,8 @@ enum item_status_flag_type // per item flags: ie. ident status, cursed status
ISFLAG_ELVEN = 0x04000000, // light and accurate items
ISFLAG_RACIAL_MASK = 0x07000000, // mask of racial equipment types
- ISFLAG_DEBUG_MARK = 0x80000000 // used for testing item structure
+ ISFLAG_NOTED_ID = 0x08000000,
+ ISFLAG_NOTED_GET = 0x10000000
};
enum item_description_type