summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-08 00:05:39 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-08 00:05:39 +0000
commit883a805b84b6910eff4a32bfef70ca6337bedc99 (patch)
treecd7b91813c1b070be8de5aa6578eefc047c787d3 /crawl-ref/source/maps.cc
parent99578a522dbdc7ae3b19a6ec06c61193bcd08e65 (diff)
downloadcrawl-ref-883a805b84b6910eff4a32bfef70ca6337bedc99.tar.gz
crawl-ref-883a805b84b6910eff4a32bfef70ca6337bedc99.zip
Remove my debugging statements.
And I forgot to mention: of course my previous commit breaks saves! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7415 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/maps.cc')
-rw-r--r--crawl-ref/source/maps.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/maps.cc b/crawl-ref/source/maps.cc
index 30be71d78e..cc896d2f22 100644
--- a/crawl-ref/source/maps.cc
+++ b/crawl-ref/source/maps.cc
@@ -284,8 +284,6 @@ static bool apply_vault_grid(map_def &def, map_type map,
{
const std::string &s = lines[y - start.y];
strncpy(&map[y][start.x], s.c_str(), s.length());
-// for (unsigned int x = start.x; x < start.x + s.length(); x++)
-// env.map[x][y].property |= FPROP_VAULT;
}
place.pos = start;