From ddfcc3ff3be6fb17105566fd6b92f1f4bee8f927 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 28 Nov 2006 11:03:12 +0000 Subject: Updated crawl_options.txt and init.txt (David). Default safe_autopickup to true and level_map_cursor_step to 7. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@523 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/initfile.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/initfile.cc') 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; -- cgit v1.2.3-54-g00ecf