summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-shoals.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-01-01 05:02:09 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-01-03 04:45:59 +0100
commit405e9b68034c5e8793f6c169cbed7dd90d4ac8ba (patch)
tree792e3efe617bb42cfd8dadfb2c20947cad734e74 /crawl-ref/source/dgn-shoals.h
parent29969a4f936d3357f5f25971cbff31c026872a29 (diff)
downloadcrawl-ref-405e9b68034c5e8793f6c169cbed7dd90d4ac8ba.tar.gz
crawl-ref-405e9b68034c5e8793f6c169cbed7dd90d4ac8ba.zip
Use branch depth rather than absolute depth as the authoritative one.
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 bee5f85d07..24e17da41a 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 dgn_build_shoals_level(int level_number);
+void dgn_build_shoals_level();
void dgn_shoals_generate_flora();
void shoals_postprocess_level();
void shoals_apply_tides(int turns_elapsed, bool force,