summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 20:38:59 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-23 20:38:59 +0000
commit742b5eb9836417ae5c0a6c2bb915eda51ea527a8 (patch)
treea28a608077b5ce038ecd511dca4e77c8c9bc2046 /crawl-ref/source/maps.h
parent9007dee72716b25f791d49beabe2d5b662086f7b (diff)
downloadcrawl-ref-742b5eb9836417ae5c0a6c2bb915eda51ea527a8.tar.gz
crawl-ref-742b5eb9836417ae5c0a6c2bb915eda51ea527a8.zip
Discard more junk parameters from vault building routines.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7558 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index 677956a25e..b729c3b36c 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -42,8 +42,7 @@ struct vault_placement
int vault_main(map_type vgrid,
vault_placement &vp,
int vault_force,
- bool check_place = false,
- bool clobber = false);
+ bool check_place = false);
// Given a rectangular region, slides it to fit into the map. size must be
// smaller than (GXM,GYM).