From e25b9a95b76a069a92cbf12148a5cf33cbcde45e Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 24 Oct 2007 08:08:04 +0000 Subject: 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 --- crawl-ref/source/initfile.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/initfile.cc') 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(100, LIGHTGREY)); -- cgit v1.2.3-54-g00ecf