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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index ccf73c3a62..ecd63dcf98 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -44,7 +44,7 @@ std::string get_savedir_path(const std::string &shortpath);
std::string get_prefs_filename();
-void load( int stair_taken, int load_mode, bool was_a_labyrinth,
+void load( int stair_taken, load_mode_type load_mode, bool was_a_labyrinth,
int old_level, branch_type where_were_you2 );
// last updated 12may2000 {dlb}