summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.cc
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-03-03 15:34:43 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-03-03 15:59:54 +0100
commit8c963580c5567d3fbc0de3efb951ea6432b71ae6 (patch)
treede7e8b3e55dcd09a1233dad9f3695c2e93199259 /crawl-ref/source/tutorial.cc
parent99b5f209933afc8d5835cfde644ff407ccd2cb6d (diff)
downloadcrawl-ref-8c963580c5567d3fbc0de3efb951ea6432b71ae6.tar.gz
crawl-ref-8c963580c5567d3fbc0de3efb951ea6432b71ae6.zip
tutorial.cc: Add comment about currently unused "interesting" checks.
Diffstat (limited to 'crawl-ref/source/tutorial.cc')
-rw-r--r--crawl-ref/source/tutorial.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/tutorial.cc b/crawl-ref/source/tutorial.cc
index 07ce6656ec..80b0088f5d 100644
--- a/crawl-ref/source/tutorial.cc
+++ b/crawl-ref/source/tutorial.cc
@@ -4442,6 +4442,11 @@ void tutorial_inscription_info(bool autoinscribe, std::string prompt)
formatted_string::parse_string(prompt).display();
}
+// FIXME: With the new targeting system, the hints for interesting monsters
+// and features ("right-click/press v for more information") are no
+// longer getting displayed.
+// Players might still end up e'x'aming and particularly clicking on
+// but it's a lot more hit'n'miss now.
bool tutorial_pos_interesting(int x, int y)
{
return (cloud_type_at(coord_def(x, y)) != CLOUD_NONE