summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index c96d6df9bb..7f0a21eecc 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -210,6 +210,12 @@ private:
std::string error;
};
+enum item_spec_type
+{
+ ISPEC_GOOD = -2,
+ ISPEC_SUPERB = -3
+};
+
struct item_spec
{
int genweight;