summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/travel.cc')
-rw-r--r--crawl-ref/source/travel.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/travel.cc b/crawl-ref/source/travel.cc
index 3cd1897d74..7af3080f09 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -549,8 +549,6 @@ bool prompt_stop_explore(int es_why)
#define ES_portal (Options.explore_stop & ES_PORTAL)
// Adds interesting stuff on (x, y) to explore_discoveries.
-//
-// NOTE: These are env.map_knowledge coords, add +1 to get grid coords.
inline static void _check_interesting_square(int x, int y,
explore_discoveries &ed)
{