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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index a9c58da819..406efe44bc 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -546,7 +546,7 @@ void game_options::reset_options()
hp_warning = 10;
hp_attention = 25;
confirm_self_target = true;
- safe_autopickup = false;
+ safe_autopickup = true;
use_notes = true;
note_skill_max = false;
note_all_spells = false;
@@ -594,7 +594,7 @@ void game_options::reset_options()
macro_meta_entry = true;
// 10 was the cursor step default on Linux.
- level_map_cursor_step = 10;
+ level_map_cursor_step = 7;
#ifdef STASH_TRACKING
stash_tracking = STM_ALL;