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 399f0c00e1..9175f46e95 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -36,7 +36,7 @@ void get_non_ibm_symbol(unsigned int object, unsigned short *ch,
* called from: bang - beam - direct - effects - fight - monstuff -
* mstuff2 - spells1 - spells2
* *********************************************************************** */
-bool mons_near(struct monsters *monster, unsigned int foe = MHITYOU);
+bool mons_near(const monsters *monster, unsigned int foe = MHITYOU);
// last updated 12may2000 {dlb}