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 24c4fc45b8..fe8ab01938 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -42,6 +42,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 unicode_ok; // Is unicode support available?
std::string (*glyph2strfn)(unsigned glyph);