summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.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/enum.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/enum.h')
-rw-r--r--crawl-ref/source/enum.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index a521077906..c970478866 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3167,15 +3167,6 @@ enum montravel_target_type
MTRAV_KNOWN_UNREACHABLE // As above, and the player knows this.
};
-#ifndef USE_TILE
-enum mlist_targetting_type
-{
- MLIST_TARGET_OFF = 0,
- MLIST_TARGET_HIDDEN,
- MLIST_TARGET_ON
-};
-#endif
-
#ifdef USE_TILE
enum screen_mode
{