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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 07457b8d12..a2ee9c7f01 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -759,6 +759,11 @@ public:
int old_hunger; // used for hunger delta-meter (see output.cc)
+ // Set when the character is going to a new level, to guard against levgen
+ // failures
+ dungeon_feature_type transit_stair;
+ bool entering_level;
+
// Warning: these two are quite different.
//
// The spell table is an index to a specific spell slot (you.spells).