summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 1f684139c4..c29a535221 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -136,7 +136,7 @@ void purification(void);
/* ***********************************************************************
* called from: ability - decks - fight - spell - spells - spells1
* *********************************************************************** */
-void random_blink(bool);
+void random_blink(bool, bool override_abyss = false);
#endif