summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-16 17:01:43 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-16 17:01:43 +0100
commit4bcef28b4a791e93886488b17a572380857b13e5 (patch)
tree2976367d015c147669af8a07b8ece69e8a9c1138 /crawl-ref/source/view.h
parent0c7ce1921d54591eb25ac42feb646709bfc1bddd (diff)
downloadcrawl-ref-4bcef28b4a791e93886488b17a572380857b13e5.tar.gz
crawl-ref-4bcef28b4a791e93886488b17a572380857b13e5.zip
Make show updates conditional in viewwindow.
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 0e55871761..c02e269a58 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -40,7 +40,8 @@ void view_update_at(const coord_def &pos);
void flash_monster_colour(const monsters *mon, unsigned char fmc_colour,
int fmc_delay);
#endif
-void viewwindow(bool do_updates);
+
+void viewwindow(bool monster_updates, bool show_updates = true);
void update_monsters_in_view();
void handle_seen_interrupt(monsters* monster);
void flush_comes_into_view();