summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-04-10 12:29:55 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-04-17 13:29:49 -0400
commit4e7d99abef2cb048052ff3dfafa338b19a7cb133 (patch)
tree05394b2181b9dd4e1e8a8053cee108861460cc1c /crawl-ref/source/initfile.cc
parent0f93c8869aae954d4877d32ec8d97c7972f35504 (diff)
downloadcrawl-ref-4e7d99abef2cb048052ff3dfafa338b19a7cb133.tar.gz
crawl-ref-4e7d99abef2cb048052ff3dfafa338b19a7cb133.zip
Remove the clean_map option.
It didn't have a very clear use case and if you really want to reproduce it, you can press ^C every so often. Also clean up the options documentation a bit.
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 92b60f6cc6..7716989954 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -801,7 +801,6 @@ void game_options::reset_options()
suppress_startup_errors = false;
show_inventory_weights = MB_MAYBE;
- clean_map = false;
show_uncursed = true;
easy_open = true;
easy_unequip = true;
@@ -2433,7 +2432,6 @@ void game_options::read_option_line(const string &str, bool runscript)
#endif
else BOOL_OPTION(auto_switch);
else BOOL_OPTION(suppress_startup_errors);
- else BOOL_OPTION(clean_map);
else if (key == "easy_confirm")
{
// decide when to allow both 'Y'/'N' and 'y'/'n' on yesno() prompts