From 6b83d8ae5f084d818f5468c9574b7b5e0affda9a Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 18 Nov 2009 12:22:01 +0100 Subject: Remove outdated comment. --- crawl-ref/source/travel.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-ref/source/travel.cc') 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) { -- cgit v1.2.3-54-g00ecf