summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-13 11:56:31 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-13 13:06:24 +0100
commit50bd79855e3468f29bc3d9d699065de9f64c3bd8 (patch)
tree1428922de9939c101c909661844ac507d5c4748d /crawl-ref/source/view.cc
parent9ed37af35726d341a1e26ee50ffd3acf52e05462 (diff)
downloadcrawl-ref-50bd79855e3468f29bc3d9d699065de9f64c3bd8.tar.gz
crawl-ref-50bd79855e3468f29bc3d9d699065de9f64c3bd8.zip
Remove comment that doesn't apply (anymore?).
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index cc10bf2b34..156e0401ad 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -937,7 +937,6 @@ void viewwindow(bool do_updates)
const coord_def gc = view2grid(*ri);
const coord_def ep = view2show(grid2view(gc));
- // Order is important here.
if (!map_bounds(gc))
DRAW(unseen);
else if (!crawl_view.in_grid_los(gc))