summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/losparam.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-10-03 22:05:04 -0400
committerNeil Moore <neil@s-z.org>2013-10-03 22:05:57 -0400
commitd5000a54ecc5ebb8e87b39c963ced63614da82a2 (patch)
tree2a46e4bff9669092af628f2e782617fcc900f45d /crawl-ref/source/losparam.cc
parent07cbc55c1934616e3e4c90eb384206101a654fd8 (diff)
downloadcrawl-ref-d5000a54ecc5ebb8e87b39c963ced63614da82a2.tar.gz
crawl-ref-d5000a54ecc5ebb8e87b39c963ced63614da82a2.zip
Improve a comment.
Diffstat (limited to 'crawl-ref/source/losparam.cc')
-rw-r--r--crawl-ref/source/losparam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/losparam.cc b/crawl-ref/source/losparam.cc
index 0ed1e06c15..5be0bd42c1 100644
--- a/crawl-ref/source/losparam.cc
+++ b/crawl-ref/source/losparam.cc
@@ -91,7 +91,7 @@ opacity_type opacity_solid::operator()(const coord_def& p) const
}
// Make anything solid block in addition to normal LOS.
-// That's just granite statues in addition to opacity_no_trans.
+// That includes statues and grates in addition to opacity_no_trans.
opacity_type opacity_solid_see::operator()(const coord_def& p) const
{
dungeon_feature_type f = env.grid(p);