summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-maps.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-11 14:02:31 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-11 14:02:31 +0200
commit0c8f6b4214ac63ec9eb54968d21f38be997a9981 (patch)
tree3d4dfca181aa62497e73b759a6c9235d53f196f7 /crawl-ref/source/dbg-maps.cc
parent77587839e0e17de5b94c9a0431dd0c0692efa76a (diff)
downloadcrawl-ref-0c8f6b4214ac63ec9eb54968d21f38be997a9981.tar.gz
crawl-ref-0c8f6b4214ac63ec9eb54968d21f38be997a9981.zip
Drop the code for displaying/handling/etc secret doors.
Diffstat (limited to 'crawl-ref/source/dbg-maps.cc')
-rw-r--r--crawl-ref/source/dbg-maps.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/crawl-ref/source/dbg-maps.cc b/crawl-ref/source/dbg-maps.cc
index fbd04b05b1..0fb5db3844 100644
--- a/crawl-ref/source/dbg-maps.cc
+++ b/crawl-ref/source/dbg-maps.cc
@@ -88,20 +88,6 @@ static bool mg_do_build_level(int niters)
continue;
}
- for (int y = 0; y < GYM; ++y)
- for (int x = 0; x < GXM; ++x)
- {
- switch (grd[x][y])
- {
- case DNGN_SECRET_DOOR:
- case DNGN_DETECTED_SECRET_DOOR: // paranoia
- grd[x][y] = DNGN_CLOSED_DOOR;
- break;
- default:
- break;
- }
- }
-
{
unwind_bool wiz(you.wizard, true);
magic_mapping(1000, 100, true, true, false,