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 1e50891e80..c2e8666d89 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -31,7 +31,7 @@ extern FixedArray<bool, MAX_LEVELS, MAX_BRANCHES> tmp_file_pairs;
std::string datafile_path(const std::string &basename);
-void check_savedir(std::string &dir);
+bool check_dir(const std::string &what, std::string &dir);
bool travel_load_map( char branch, int absdepth );