summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-util.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-04-06 12:22:06 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-04-06 17:24:33 +0200
commit6cbf94bf9a93561883ace832e5f76cd7f642eb75 (patch)
treee72588fe4c2b5cc3bf1d7e8bc786b0577c86b8cb /crawl-ref/source/dbg-util.cc
parentf758c806acbcbe381885f8015d54f9ed647fc4a2 (diff)
downloadcrawl-ref-6cbf94bf9a93561883ace832e5f76cd7f642eb75.tar.gz
crawl-ref-6cbf94bf9a93561883ace832e5f76cd7f642eb75.zip
Show absdepth0 on &^E.
Diffstat (limited to 'crawl-ref/source/dbg-util.cc')
-rw-r--r--crawl-ref/source/dbg-util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dbg-util.cc b/crawl-ref/source/dbg-util.cc
index ad2cfd579a..38cff74378 100644
--- a/crawl-ref/source/dbg-util.cc
+++ b/crawl-ref/source/dbg-util.cc
@@ -78,8 +78,8 @@ void debug_dump_levgen()
type = props[LAYOUT_TYPE_KEY].get_string();
}
- mprf("level build method = %s", method.c_str());
- mprf("level layout type = %s", type.c_str());
+ mprf("Level build method = %s, level layout type = %s, absdepth0 = %d",
+ method.c_str(), type.c_str(), env.absdepth0);
if (props.exists(LEVEL_EXTRAS_KEY))
{