summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-25 12:55:26 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-25 12:55:26 +0000
commit3970539e0caa99ad9b68d454cc46f713ac71bc73 (patch)
treedb9d7f8943f3e8adf036a7fec4f47d53d06521ec /crawl-ref/source/initfile.cc
parent6d3a9722a2da87fd55334a2484b2064e118f69f8 (diff)
downloadcrawl-ref-3970539e0caa99ad9b68d454cc46f713ac71bc73.tar.gz
crawl-ref-3970539e0caa99ad9b68d454cc46f713ac71bc73.zip
Improve targetting via monster list, add a new option to define the
toggle's initial setting, and update/correct the documentation a bit. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6135 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index b69e653cf9..c16b6427f3 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -2199,6 +2199,9 @@ void game_options::read_option_line(const std::string &str, bool runscript)
else INT_OPTION(mlist_min_height, 0, INT_MAX);
else INT_OPTION(msg_max_height, 6, INT_MAX);
else BOOL_OPTION(mlist_allow_alternate_layout);
+#ifndef USE_TILE
+ else BOOL_OPTION(mlist_targetting);
+#endif
else BOOL_OPTION(classic_hud);
else BOOL_OPTION(msg_condense_repeats);
else BOOL_OPTION(view_lock_x);