summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapdef.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-06 23:39:51 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-06 23:39:51 +0000
commitdd25b1fc8889a8ecf1970ad4d0accba4850b49fe (patch)
tree0bea49e0f492a0219b4467a1f62cb6d3b5c00768 /crawl-ref/source/mapdef.h
parent590e197da874d89defd085e799f8171c2880e8e3 (diff)
downloadcrawl-ref-dd25b1fc8889a8ecf1970ad4d0accba4850b49fe.tar.gz
crawl-ref-dd25b1fc8889a8ecf1970ad4d0accba4850b49fe.zip
Allow non-rectangular minivaults and branch entry vaults (use space padding).
They're still rectangular for collision detection with other vaults; that'll need more effort to fix. Space padding can also be used for regular vaults, but it'll be ignored at the moment (but soon...! :-)). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1778 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mapdef.h')
-rw-r--r--crawl-ref/source/mapdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mapdef.h b/crawl-ref/source/mapdef.h
index bde13024b4..2d4b95c0dc 100644
--- a/crawl-ref/source/mapdef.h
+++ b/crawl-ref/source/mapdef.h
@@ -204,7 +204,7 @@ public:
std::string apply_transforms();
// Make all lines the same length.
- void normalise(char fillc = 'x');
+ void normalise(char fillc = ' ');
// Rotate 90 degrees either clockwise or anticlockwise
void rotate(bool clockwise);