summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 22:13:06 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 22:13:06 +0000
commit498e7da04ff2c3bd22d0e160892c3c46b950a34e (patch)
tree2eabcc58fb7f6ec75f3e256761e143188a58669d /crawl-ref/source/view.h
parent18c6841dbd2281ea14161c625e893afa469a090e (diff)
downloadcrawl-ref-498e7da04ff2c3bd22d0e160892c3c46b950a34e.tar.gz
crawl-ref-498e7da04ff2c3bd22d0e160892c3c46b950a34e.zip
Fix [2646326]: restore LOS properly after using the applicator functions
to visit a different level. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9264 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 4f6f78d4f5..4cba2a9dbb 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -216,6 +216,7 @@ void view_update_at(const coord_def &pos);
void flash_monster_colour(const monsters *mon, unsigned char fmc_colour,
int fmc_delay);
#endif
+void calc_show_los();
void viewwindow(bool draw_it, bool do_updates);
void update_monsters_in_view();
void flush_comes_into_view();