summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-28 11:03:12 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-28 11:03:12 +0000
commitddfcc3ff3be6fb17105566fd6b92f1f4bee8f927 (patch)
tree8fe77929ce2ef2941bd5b99b8d0f6a4724b227ad /crawl-ref/source/initfile.cc
parent63ac65ab46e2c2bdde0c9875bcef6a98463913f7 (diff)
downloadcrawl-ref-ddfcc3ff3be6fb17105566fd6b92f1f4bee8f927.tar.gz
crawl-ref-ddfcc3ff3be6fb17105566fd6b92f1f4bee8f927.zip
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
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;