summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-30 09:03:55 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-30 09:03:55 +0000
commitaab63bdbfc80d68ec25664f99c1bc60a89b20790 (patch)
treec4a51541e48f9d129f8ac9e7f1a41bd7ce61344c /crawl-ref/source/initfile.cc
parent000472ae640b2c259d1f5b24eb5cf78a3ec48ad5 (diff)
downloadcrawl-ref-aab63bdbfc80d68ec25664f99c1bc60a89b20790.tar.gz
crawl-ref-aab63bdbfc80d68ec25664f99c1bc60a89b20790.zip
Autoprayer is gone.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5341 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index f6be423732..a21f306a7c 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -628,7 +628,6 @@ void game_options::reset_options()
scroll_margin_y = 2;
autopickup_on = true;
- autoprayer_on = false;
default_friendly_pickup = FRIENDLY_PICKUP_FRIEND;
show_more_prompt = true;
@@ -1847,7 +1846,6 @@ void game_options::read_option_line(const std::string &str, bool runscript)
#endif
else BOOL_OPTION(use_old_selection_order);
else BOOL_OPTION_NAMED("default_autopickup", autopickup_on);
- else BOOL_OPTION_NAMED("default_autoprayer", autoprayer_on);
else if (key == "default_friendly_pickup")
{
if (field == "none")