summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/chardump.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@sourceforge.net>2011-02-12 23:32:34 +0100
committerJohanna Ploog <j-p-e-g@sourceforge.net>2011-02-13 00:25:09 +0100
commit9afd2087d5cb548e4764c5e26e00e7a3109469e7 (patch)
treea030642063016d70997cd73ce414c238a44f0e0a /crawl-ref/source/chardump.h
parent7d0d77e548dde3eaf4c5eaffab4280d866c0c00c (diff)
downloadcrawl-ref-9afd2087d5cb548e4764c5e26e00e7a3109469e7.tar.gz
crawl-ref-9afd2087d5cb548e4764c5e26e00e7a3109469e7.zip
Print morgue path after the score list rather than after "You die..."
Diffstat (limited to 'crawl-ref/source/chardump.h')
-rw-r--r--crawl-ref/source/chardump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/chardump.h b/crawl-ref/source/chardump.h
index 2ab694d09c..16bead5861 100644
--- a/crawl-ref/source/chardump.h
+++ b/crawl-ref/source/chardump.h
@@ -26,6 +26,7 @@ enum item_origin_dump_selector
};
class scorefile_entry;
+std::string morgue_directory();
bool dump_char(const std::string &fname,
bool show_prices,
bool full_id = false,