summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-11 03:36:07 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-11 03:36:07 +0000
commit9d048940efbcf150729acca1e4962626a5db2299 (patch)
tree213cbe40ac33c9c8bda4ec20c409bbab727b8cff /crawl-ref/source/state.h
parentda22878d26b040a59f621a3a79730ee4dd7f9816 (diff)
downloadcrawl-ref-9d048940efbcf150729acca1e4962626a5db2299.tar.gz
crawl-ref-9d048940efbcf150729acca1e4962626a5db2299.zip
A limited set of commands are now available to use during arena mode:
look around ('x'), message history (Control-P) and suspend game (Control-Z). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8408 c06c8d41-db1a-0410-9941-cceddc491573
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?