summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 21c25d8450..2d086dd724 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -33,7 +33,8 @@ game_state::game_state()
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)
+ cmd_repeat_started_unsafe(false), input_line_curr(0),
+ level_annotation_shown(false)
{
reset_cmd_repeat();
reset_cmd_again();