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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index dbdef1f880..7190d429cf 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1323,6 +1323,7 @@ enum map_marker_type
MAT_FEATURE, // Stock marker.
MAT_LUA_MARKER,
MAT_CORRUPTION_NEXUS,
+ MAT_WIZ_PROPS,
NUM_MAP_MARKER_TYPES,
MAT_ANY
};