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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 2a71458d25..b52aee48b2 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -104,8 +104,8 @@ void save_game_state();
bool get_save_version(reader &file, int &major, int &minor);
-bool save_exists(const std::string& name);
-bool restore_game(const std::string& name);
+bool save_exists(const std::string& filename);
+bool restore_game(const std::string& filename);
bool is_existing_level(const level_id &level);