summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-03-27 06:47:46 +0000
committerPete Hurst <pete@streamuniverse.tv>2013-03-27 06:47:46 +0000
commit6083b49f188cbe67440955ccb2e0a737664883ae (patch)
treeed75eeb383c6b3c51707ff2d293974fd75eda336 /crawl-ref/source/directn.h
parent534313db4028df3216534b3406ca2927960b35e1 (diff)
downloadcrawl-ref-6083b49f188cbe67440955ccb2e0a737664883ae.tar.gz
crawl-ref-6083b49f188cbe67440955ccb2e0a737664883ae.zip
Correct a comment
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 8245d6f25b..e5e5a0ced8 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -234,7 +234,7 @@ private:
bool just_looking;
bool needs_path; // Determine a ray while we're at it?
bool may_target_monster;
- bool may_target_self; // ?? XXX Used only for _init_mlist() currently
+ bool may_target_self; // If true then player won't be prompted
const char *target_prefix; // A string displayed before describing target
string top_prompt; // Shown at the top of the message window
targetting_behaviour *behaviour; // Can be NULL for default