summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-23 14:26:11 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-23 14:27:38 +0100
commitd4d28a2beed3aca3510b39cc8cc55df4852d96ef (patch)
tree6e9509817464bcf55dc7a77b353bbcc09834847d /crawl-ref/source/options.h
parentf88703cc64bbc7cabdcc2e08462b56988195376c (diff)
downloadcrawl-ref-d4d28a2beed3aca3510b39cc8cc55df4852d96ef.tar.gz
crawl-ref-d4d28a2beed3aca3510b39cc8cc55df4852d96ef.zip
Remove multi-purpose Options.mlist_targetting.
The option is now just a boolean option, and whether we're actively targetting with the mlist is stored in crawl_state.mlist_targetting. Also remove some duplication of mlist logic from direction().
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index 9d0bc6d3d6..e58d0cbe6e 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -60,7 +60,7 @@ public:
int mlist_min_height;
int msg_max_height;
bool mlist_allow_alternate_layout;
- int mlist_targetting; // not actually a real option
+ bool mlist_targetting;
bool classic_hud;
bool msg_condense_repeats;