summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index c1d0b8fdcb..d718655317 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -74,7 +74,7 @@ int vampiric_drain(int pow, const dist &);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-unsigned char detect_creatures( int pow );
+int detect_creatures( int pow, bool telepathic = false );
// last updated 24may2000 {dlb}