summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_crawl.cc
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2012-09-27 20:18:21 -0400
committerelliptic <hyperelliptical@gmail.com>2012-09-27 20:18:21 -0400
commitf3a8a51ea7de051be1808c54e713868a5aff76fb (patch)
tree6229c66dc52c46a33bd0074cacd85c0c425f960a /crawl-ref/source/l_crawl.cc
parent767a7b0cb858f3cca7a3560b5dada1b15e31f13c (diff)
downloadcrawl-ref-f3a8a51ea7de051be1808c54e713868a5aff76fb.tar.gz
crawl-ref-f3a8a51ea7de051be1808c54e713868a5aff76fb.zip
Make dumping via lua silent.
Diffstat (limited to 'crawl-ref/source/l_crawl.cc')
-rw-r--r--crawl-ref/source/l_crawl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/l_crawl.cc b/crawl-ref/source/l_crawl.cc
index eb79aed5dd..4d6f5ce665 100644
--- a/crawl-ref/source/l_crawl.cc
+++ b/crawl-ref/source/l_crawl.cc
@@ -824,7 +824,7 @@ static int crawl_warn_list_append(lua_State *ls)
return 0;
}
-LUAWRAP(crawl_dump_char, dump_char(you.your_name))
+LUAWRAP(crawl_dump_char, dump_char(you.your_name, true))
#ifdef WIZARD
static int crawl_call_dlua(lua_State *ls)