From dcf7801daff4c7c76e461c5ad08749394e64466b Mon Sep 17 00:00:00 2001 From: zelgadis Date: Sun, 16 Sep 2007 03:39:41 +0000 Subject: Add dump sections for branch/area details for turns and experience/kills, with the section names being turns_by_place and kills_by_place. Also includes a "visits" dump section (included in the "misc" section") a brief description of the number of branches/levels/areas/etc you visited. Breaks savefile compatibility. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2102 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/files.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/files.h') diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h index 32bdaf1728..9e996613dc 100644 --- a/crawl-ref/source/files.h +++ b/crawl-ref/source/files.h @@ -60,8 +60,10 @@ void check_newer(const std::string &target, const std::string &dependency, void (*action)()); -bool load( dungeon_feature_type stair_taken, load_mode_type load_mode, - bool was_a_labyrinth, int old_level, branch_type where_were_you2 ); + +bool load( dungeon_feature_type stair_taken, int load_mode, + level_area_type old_level_type, char old_level, + branch_type where_were_you2 ); // last updated 12may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf