summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-19 06:20:51 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-19 06:20:51 +0000
commit33005dad6d50d774bc4fe6b6afcd5b60c55cd0b6 (patch)
treec2f5fa8878e1237ff9d9f0bfcdb71ed7f72e0cc0 /crawl-ref/source/view.h
parent8f82bd1f8aca60f4d15e3966933dc10cbe019574 (diff)
downloadcrawl-ref-33005dad6d50d774bc4fe6b6afcd5b60c55cd0b6.tar.gz
crawl-ref-33005dad6d50d774bc4fe6b6afcd5b60c55cd0b6.zip
Simplify the code that issues the "comes into view" monster interrupt message,
so we don't have to check in multiple places to make sure that "comes into view" is given before any of the other monster messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8572 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 1337f2f54f..49ebf4693b 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -251,7 +251,7 @@ void flash_monster_colour(const monsters *mon, unsigned char fmc_colour,
int fmc_delay);
#endif
void viewwindow(bool draw_it, bool do_updates);
-void fire_monster_alerts();
+void update_monsters_in_view();
struct ray_def;
bool find_ray( const coord_def& source, const coord_def& target,