summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index a605bc89f1..578af53e2f 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -615,6 +615,9 @@ public:
level_area_type level_type;
std::string level_type_name;
+ entry_cause_type entry_cause;
+ god_type entry_cause_god;
+
branch_type where_are_you;
FixedVector<unsigned char, 30> branch_stairs;