summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-maps.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-01 16:58:22 -0400
committerNeil Moore <neil@s-z.org>2014-07-01 16:58:22 -0400
commit04ddf5499e56bbbd39a2de213ff850221b334ade (patch)
tree8e76b0b36456ae3385efa29d4890ffad9097d206 /crawl-ref/source/dbg-maps.h
parent18b54c0902a98ff1fb265a16528e4beb1c44033d (diff)
downloadcrawl-ref-04ddf5499e56bbbd39a2de213ff850221b334ade.tar.gz
crawl-ref-04ddf5499e56bbbd39a2de213ff850221b334ade.zip
Include veto reasons in mapstat.log.
Diffstat (limited to 'crawl-ref/source/dbg-maps.h')
-rw-r--r--crawl-ref/source/dbg-maps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dbg-maps.h b/crawl-ref/source/dbg-maps.h
index 7120cc8135..abe7180a20 100644
--- a/crawl-ref/source/dbg-maps.h
+++ b/crawl-ref/source/dbg-maps.h
@@ -13,7 +13,7 @@ void mapstat_report_map_try(const map_def &map);
void mapstat_report_map_use(const map_def &map);
void mapstat_report_error(const map_def &map, const string &err);
void mapstat_report_map_build_start();
-void mapstat_report_map_veto();
+void mapstat_report_map_veto(const string &message);
void mapstat_generate_stats();
void mapstat_build_levels(int niters);
#endif