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 b00365cdf2..e154b6f854 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -127,7 +127,7 @@ void setLOSRadius(int newLR);
* *********************************************************************** */
bool check_awaken(monsters* monster);
-int count_detected_plants(void);
+int count_detected_mons(void);
void clear_map(bool clear_items = true, bool clear_mons = true);