summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-01-06 22:51:46 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-01-06 22:51:46 +0100
commitd41e40e4ca64c899e6c06b89388b114806256f4b (patch)
tree80035dfaf977c58c5ad1bad85a1dc8e4bb71995a /crawl-ref/source/wiz-dgn.cc
parent49a615e577929e23e56d05e2bb69ed17fd2065c2 (diff)
downloadcrawl-ref-d41e40e4ca64c899e6c06b89388b114806256f4b.tar.gz
crawl-ref-d41e40e4ca64c899e6c06b89388b114806256f4b.zip
Get rid of a lot of references to secret doors.
Diffstat (limited to 'crawl-ref/source/wiz-dgn.cc')
-rw-r--r--crawl-ref/source/wiz-dgn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-dgn.cc b/crawl-ref/source/wiz-dgn.cc
index 440b80b72f..c68a87b2d1 100644
--- a/crawl-ref/source/wiz-dgn.cc
+++ b/crawl-ref/source/wiz-dgn.cc
@@ -731,7 +731,7 @@ static void _debug_destroy_doors()
// a) Destroys all traps on the level.
// b) Kills all monsters on the level.
// c) Suppresses monster generation.
-// d) Converts all closed doors and secret doors to floor.
+// d) Converts all closed doors to floor.
// e) Forgets map.
// f) Counts number of turns needed to explore the level.
void debug_test_explore()