summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index fd9e7d34de..74065c561a 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -29,7 +29,7 @@ bool go_berserk(bool intentional);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void search_around(void);
+void search_around( bool only_adjacent = false );
// last updated 12may2000 {dlb}