summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index fe8ab01938..85abe5853b 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -43,6 +43,8 @@ struct game_state
bool map_stat_gen; // Set if we're generating stats on maps.
bool arena; // Set if we're in arena mode.
+ bool arena_suspended; // Set if the arena has been temporarily
+ // suspended.
bool unicode_ok; // Is unicode support available?