summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_option.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/l_option.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/l_option.cc')
-rw-r--r--crawl-ref/source/l_option.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/l_option.cc b/crawl-ref/source/l_option.cc
index a5e177eafa..aadaeee5a5 100644
--- a/crawl-ref/source/l_option.cc
+++ b/crawl-ref/source/l_option.cc
@@ -54,7 +54,6 @@ static option_handler handlers[] =
{ "pickup_dropped", &Options.pickup_dropped, option_hboolean },
{ "show_waypoints", &Options.show_waypoints, option_hboolean },
{ "item_colour", &Options.item_colour, option_hboolean },
- { "target_zero_exp", &Options.target_zero_exp, option_hboolean },
{ "target_wrap", &Options.target_wrap, option_hboolean },
{ "easy_exit_menu", &Options.easy_exit_menu, option_hboolean },
{ "dos_use_background_intensity", &Options.dos_use_background_intensity,