From 9d048940efbcf150729acca1e4962626a5db2299 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Sun, 11 Jan 2009 03:36:07 +0000 Subject: 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 --- crawl-ref/source/state.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'crawl-ref/source/state.cc') diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc index 001b6addb0..febc6e872d 100644 --- a/crawl-ref/source/state.cc +++ b/crawl-ref/source/state.cc @@ -27,13 +27,13 @@ game_state::game_state() : 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), 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), repeat_cmd(CMD_NO_CMD), cmd_repeat_count(0), - cmd_repeat_goal(0), prev_repetition_turn(0), - cmd_repeat_started_unsafe(false), input_line_curr(0), - level_annotation_shown(false) + map_stat_gen(false), arena(false), arena_suspended(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), + repeat_cmd(CMD_NO_CMD), cmd_repeat_count(0), cmd_repeat_goal(0), + prev_repetition_turn(0), cmd_repeat_started_unsafe(false), + input_line_curr(0), level_annotation_shown(false) { reset_cmd_repeat(); reset_cmd_again(); -- cgit v1.2.3-54-g00ecf