summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index 67c4f1dfe0..60b508a33b 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -68,7 +68,7 @@ static bool place_feature_near( const coord_def &centre,
}
// Public for abyss generation.
-void generate_abyss(bool spatter)
+void generate_abyss()
{
int i, j; // loop variables
int temp_rand; // probability determination {dlb}