summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-19 23:28:26 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-19 23:28:26 +0000
commitc39a070f13c19c2cf30bb961426bea8c5140c9a5 (patch)
tree636060955c9a3d7cc61aebc0b181c541d9e6024b /crawl-ref/source/files.h
parent7b52c20fd2613f4597a5b429c604369d393367ec (diff)
downloadcrawl-ref-c39a070f13c19c2cf30bb961426bea8c5140c9a5.tar.gz
crawl-ref-c39a070f13c19c2cf30bb961426bea8c5140c9a5.zip
Fix for memory corruption when reading savefiles.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2152 c06c8d41-db1a-0410-9941-cceddc491573
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 9e996613dc..8a9cf6a6c8 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -42,7 +42,7 @@ bool check_dir(const std::string &what, std::string &dir, bool silent = false);
bool travel_load_map( branch_type branch, int absdepth );
-std::vector<player> find_saved_characters();
+std::vector<player_save_info> find_saved_characters();
std::string get_savedir();
std::string get_savedir_filename(const std::string &pre,