summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/los.cc')
-rw-r--r--crawl-ref/source/los.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc
index f3c57856b6..c3d06066f5 100644
--- a/crawl-ref/source/los.cc
+++ b/crawl-ref/source/los.cc
@@ -933,8 +933,7 @@ void calc_show_los()
you.update_los();
// What would be visible, if all of the translucent walls were
// made opaque.
- // XXX: figure out what this should really do.
- losight(env.no_trans_show, you.pos(), opc_solid);
+ losight(env.no_trans_show, you.pos(), opc_no_trans);
}
}