summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
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 fd9c4dbf5f..e561040106 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -62,7 +62,7 @@ void init_monsters_seens();
void beogh_follower_convert(monsters *monster, bool orc_hit = false);
void slime_convert(monsters *monster);
-bool mons_near(const monsters *monster, unsigned short foe = MHITYOU);
+bool mons_near(const monsters *monster);
bool mon_enemies_around(const monsters *monster);
void find_features(const std::vector<coord_def>& features,