summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h6
1 files changed, 4 insertions, 2 deletions
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}
/* ***********************************************************************