summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgn-swamp.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-swamp.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-swamp.h')
-rw-r--r--crawl-ref/source/dgn-swamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dgn-swamp.h b/crawl-ref/source/dgn-swamp.h
index 9cb8894a98..609b0b14b0 100644
--- a/crawl-ref/source/dgn-swamp.h
+++ b/crawl-ref/source/dgn-swamp.h
@@ -1,6 +1,6 @@
#ifndef DGN_SWAMP_H
#define DGN_SWAMP_H
-void dgn_build_swamp_level(int level);
+void dgn_build_swamp_level();
#endif