summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.cc
diff options
context:
space:
mode:
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;