From 440636cfb2a1d1304c976677e7571c917023d65c Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Sun, 22 Nov 2009 00:07:49 +0100 Subject: Add an option, -builddb, to build the database and exit. --- crawl-ref/source/state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/state.cc') 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), -- cgit v1.2.3-54-g00ecf