summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dgn-shoals.h')
-rw-r--r--crawl-ref/source/dgn-shoals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dgn-shoals.h b/crawl-ref/source/dgn-shoals.h
index 1d14c620f2..de33308eac 100644
--- a/crawl-ref/source/dgn-shoals.h
+++ b/crawl-ref/source/dgn-shoals.h
@@ -1,7 +1,7 @@
#ifndef DGN_SHOALS_H
#define DGN_SHOALS_H
-void prepare_shoals(int level_number);
+void dgn_build_shoals_level(int level_number);
void shoals_postprocess_level();
void shoals_apply_tides(int turns_elapsed, bool force = false);
void shoals_release_tide(monsters *caller);