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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 1655e98edc..9495c20fb1 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1684,7 +1684,9 @@ enum level_area_type // you.level_type
LEVEL_DUNGEON, // 0
LEVEL_LABYRINTH,
LEVEL_ABYSS,
- LEVEL_PANDEMONIUM
+ LEVEL_PANDEMONIUM,
+
+ NUM_LEVEL_AREA_TYPES
};
enum load_mode_type