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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc
index e28f91e94a..1d68cef75c 100644
--- a/crawl-ref/source/los.cc
+++ b/crawl-ref/source/los.cc
@@ -1008,7 +1008,7 @@ void calc_show_los()
if (!crawl_state.arena && !crawl_state.arena_suspended)
{
losight(env.show_los, you.pos());
-
+ you.update_los();
// What would be visible, if all of the translucent walls were
// made opaque.
// XXX: figure out what this should really do.