summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-18 12:22:01 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-18 12:22:01 +0100
commit6b83d8ae5f084d818f5468c9574b7b5e0affda9a (patch)
tree56a0e70f0d14e91b8dafc97ed29f471ea9be4bbb /crawl-ref/source/travel.cc
parentdfea26866322085e6ff8b6f915764e21abc83ede (diff)
downloadcrawl-ref-6b83d8ae5f084d818f5468c9574b7b5e0affda9a.tar.gz
crawl-ref-6b83d8ae5f084d818f5468c9574b7b5e0affda9a.zip
Remove outdated comment.
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)
{