summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-13 15:20:35 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-13 15:22:17 +0100
commit11670ba75fa20fc3b5860eb2474aba6157c6e114 (patch)
treef87e5b811b99716a18b86469f297365987f35f71 /crawl-ref/source/view.cc
parentd21b754210905c4bf50e0c346d820b3d8b1af01c (diff)
downloadcrawl-ref-11670ba75fa20fc3b5860eb2474aba6157c6e114.tar.gz
crawl-ref-11670ba75fa20fc3b5860eb2474aba6157c6e114.zip
Replace calc_show_los by you.update_los.
Diffstat (limited to 'crawl-ref/source/view.cc')
-rw-r--r--crawl-ref/source/view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc
index d9bff577fe..c448dc2b9c 100644
--- a/crawl-ref/source/view.cc
+++ b/crawl-ref/source/view.cc
@@ -886,7 +886,7 @@ void viewwindow(bool do_updates)
screen_buffer_t *buffy(crawl_view.vbuf);
- calc_show_los();
+ you.update_los();
#ifdef USE_TILE
tiles.clear_text_tags(TAG_NAMED_MONSTER);