summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-03 16:52:30 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-10-03 16:53:28 +0200
commitc27e88cd9deff03c5f6c9c4c10026c0501f3356d (patch)
treebf096be9ca594b6928bd80cea83ad39baaa77473 /crawl-ref/source/state.cc
parent4eb1f020972155a08c030a519b22d84673de375e (diff)
downloadcrawl-ref-c27e88cd9deff03c5f6c9c4c10026c0501f3356d.tar.gz
crawl-ref-c27e88cd9deff03c5f6c9c4c10026c0501f3356d.zip
Put the Generating_Level global into crawl_state.
Also, drop the caps.
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 0e63975379..6eee1c2133 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -32,6 +32,7 @@ game_state::game_state()
saving_game(false), updating_scores(false), seen_hups(0),
map_stat_gen(false), type(GAME_TYPE_NORMAL),
last_type(GAME_TYPE_UNSPECIFIED), arena_suspended(false),
+ generating_level(false),
dump_maps(false), test(false), script(false), build_db(false),
tests_selected(), show_more_prompt(true),
terminal_resize_handler(NULL), terminal_resize_check(NULL),