summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 30e77385b6..d11c2e974c 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -993,6 +993,7 @@ void game_options::reset_options()
mon_glyph_overrides.clear();
rest_wait_both = false;
+ zap_evoke_reminder = true;
// Map each category to itself. The user can override in init.txt
kill_map[KC_YOU] = KC_YOU;
@@ -2938,6 +2939,7 @@ void game_options::read_option_line(const std::string &str, bool runscript)
}
}
else BOOL_OPTION(rest_wait_both);
+ else BOOL_OPTION(zap_evoke_reminder);
else if (key == "dump_message_count")
{
// Capping is implicit