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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 12495f8a47..b78ef3325c 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -919,6 +919,9 @@ enum dungeon_feature_type
DNGN_SHALLOW_WATER = 65, // 65
DNGN_WATER_STUCK,
+ // Lowest grid value that an item can be placed on.
+ DNGN_MINITEM = DNGN_SHALLOW_WATER,
+
DNGN_FLOOR_MIN = 67,
DNGN_FLOOR = DNGN_FLOOR_MIN,
DNGN_FLOOR_SPECIAL, // currently only used for colouring bazaars