summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-24 10:11:53 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-24 11:05:13 +0100
commit254c2ac607c3a7add782e947f602ed6effcd3bf1 (patch)
treeb202c85b379f525c368d3a13c557bd6a84719e7d /crawl-ref/source/initfile.cc
parent0c9cba8792edc5ef6eb52dc0a51393c169c4a6b7 (diff)
downloadcrawl-ref-254c2ac607c3a7add782e947f602ed6effcd3bf1.tar.gz
crawl-ref-254c2ac607c3a7add782e947f602ed6effcd3bf1.zip
Remove option target_zero_exp.
The same effect can now be achieved by overriding ch_target_monster. If anyone wants this, I'm happy to provide lua code.
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 3c2e79b500..74aa73b6be 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -769,7 +769,6 @@ void game_options::reset_options()
explore_improved = false;
trap_prompt = true;
- target_zero_exp = false;
target_wrap = true;
target_oos = true;
target_los_first = true;
@@ -3038,7 +3037,6 @@ void game_options::read_option_line(const std::string &str, bool runscript)
}
else BOOL_OPTION(dump_book_spells);
else BOOL_OPTION(level_map_title);
- else BOOL_OPTION(target_zero_exp);
else BOOL_OPTION(target_oos);
else BOOL_OPTION(target_los_first);
else if (key == "target_unshifted_dirs")