summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.h')
-rw-r--r--crawl-ref/source/abyss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abyss.h b/crawl-ref/source/abyss.h
index 61108bae8f..ea4e28eb84 100644
--- a/crawl-ref/source/abyss.h
+++ b/crawl-ref/source/abyss.h
@@ -19,7 +19,7 @@
/* ***********************************************************************
* called from: dungeon
* *********************************************************************** */
-void generate_abyss(void);
+void generate_abyss(bool spatter = false);
// last updated 12may2000 {dlb}