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 0307aab695..d77dbcbbaa 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1034,6 +1034,8 @@ enum dungeon_feature_type
DNGN_WATER_STUCK,
DNGN_FLOOR, // 67
+ DNGN_FLOOR_SPECIAL, // currently only used for colouring bazaars
+ DNGN_FLOOR_RESERVED,
DNGN_EXIT_HELL, // 68
DNGN_ENTER_HELL, // 69
DNGN_OPEN_DOOR, // 70