summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-22 00:07:49 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-22 20:08:41 +0100
commit440636cfb2a1d1304c976677e7571c917023d65c (patch)
treefc41beb3c998d6f72794290ba5aadd2375228ba6 /crawl-ref/source/state.cc
parenta32b296a7ed8dc0b2aafddfc3f8a99b7b7376bcf (diff)
downloadcrawl-ref-440636cfb2a1d1304c976677e7571c917023d65c.tar.gz
crawl-ref-440636cfb2a1d1304c976677e7571c917023d65c.zip
Add an option, -builddb, to build the database and exit.
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 59f5e1188a..7b3fca4988 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -27,7 +27,7 @@ game_state::game_state()
: game_crashed(false), mouse_enabled(false), waiting_for_command(false),
terminal_resized(false), io_inited(false), need_save(false),
saving_game(false), updating_scores(false), seen_hups(0),
- map_stat_gen(false), arena(false), arena_suspended(false),
+ map_stat_gen(false), arena(false), arena_suspended(false), build_db(false),
unicode_ok(false), glyph2strfn(NULL), multibyte_strlen(NULL),
terminal_resize_handler(NULL), terminal_resize_check(NULL),
doing_prev_cmd_again(false), prev_cmd(CMD_NO_CMD),