From 742b5eb9836417ae5c0a6c2bb915eda51ea527a8 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sun, 23 Nov 2008 20:38:59 +0000 Subject: 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 --- crawl-ref/source/maps.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/maps.h') 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). -- cgit v1.2.3-54-g00ecf