summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorArxale <gafrie@gmail.com>2010-12-07 19:36:28 +0300
committerRaphael Langella <raphael.langella@gmail.com>2010-12-08 23:10:32 +0100
commit4f8a8ab4af097f9dbacef6e0a3327d98081dbad9 (patch)
tree52cb88d6e8b1918bc333b1768f5d678ec55276f5 /crawl-ref/source/view.h
parent9b00d3c096b7308b448cd16d9d7b46f0130af16b (diff)
downloadcrawl-ref-4f8a8ab4af097f9dbacef6e0a3327d98081dbad9.tar.gz
crawl-ref-4f8a8ab4af097f9dbacef6e0a3327d98081dbad9.zip
Reduce spam of 'foo comes into view' messages
Signed-off-by: Raphael Langella <raphael.langella@gmail.com>
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 d62a7895ea..595d2fe107 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -44,7 +44,8 @@ void flash_monster_colour(const monster* mon, uint8_t fmc_colour,
void viewwindow(bool show_updates = true);
void update_monsters_in_view();
-void handle_seen_interrupt(monster* mons);
+void handle_seen_interrupt(monster* mons,
+ std::vector<std::string>* msgs_buf = NULL);
void flush_comes_into_view();
void toggle_show_terrain();