summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 17:46:48 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 17:46:48 +0000
commit2c1931a103ed51b5cc3b9ee203de22e74d5b6843 (patch)
tree0bce06df297d6fa63022dae6a063ff69d04803d3 /crawl-ref/source/mapdef.cc
parent395a699d97cb02de24dc8710f766f725ecaa992d (diff)
downloadcrawl-ref-2c1931a103ed51b5cc3b9ee203de22e74d5b6843.tar.gz
crawl-ref-2c1931a103ed51b5cc3b9ee203de22e74d5b6843.zip
Adding _plan_1() (the donut room) into layout.des. Vaults can now have zero size.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5099 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.cc')
-rw-r--r--crawl-ref/source/mapdef.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc
index 35c95428b8..0e3c65d1da 100644
--- a/crawl-ref/source/mapdef.cc
+++ b/crawl-ref/source/mapdef.cc
@@ -1455,9 +1455,6 @@ std::string map_def::validate_map_def()
}
}
- if (map.height() == 0)
- return ("Must define map.");
-
switch (orient)
{
case MAP_NORTH: case MAP_SOUTH: