summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index 4b4952026a..8347cd0470 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -68,6 +68,8 @@ struct game_state
std::vector<std::string> input_line_strs;
unsigned int input_line_curr;
+ bool level_annotation_shown;
+
protected:
void reset_cmd_repeat();
void reset_cmd_again();