summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-24 08:08:04 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-24 08:08:04 +0000
commite25b9a95b76a069a92cbf12148a5cf33cbcde45e (patch)
tree6f1b2daad22d1ac39229eb298d3b298666e259f1 /crawl-ref/source/initfile.cc
parent125a4144b8aa5d2c4e6118d6ccec994797a6543a (diff)
downloadcrawl-ref-e25b9a95b76a069a92cbf12148a5cf33cbcde45e.tar.gz
crawl-ref-e25b9a95b76a069a92cbf12148a5cf33cbcde45e.zip
Fixed bad play time format in character dump, removed turns_by_place and kills_by_place from the default dump_order.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2529 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 43cf178837..c887384b2d 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -755,9 +755,9 @@ void game_options::reset_options()
extra_levels.clear();
dump_order.clear();
- new_dump_fields("header,hiscore,stats,misc,turns_by_place,inventory,"
+ new_dump_fields("header,hiscore,stats,misc,inventory,"
"skills,spells,overview,mutations,messages,screenshot,"
- "kills_by_place,kills,notes");
+ "kills,notes");
hp_colour.clear();
hp_colour.push_back(std::pair<int,int>(100, LIGHTGREY));