summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/package.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-07 14:00:56 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-07 14:00:56 +0100
commit95d7f0cd5adbcf230d64aa2ee1ecda8ce9c80768 (patch)
treee0305946de1c5c93f1e1aac3349d7a351392483c /crawl-ref/source/package.h
parent25929773cf6db6860fbbbf901650e7e34569c41c (diff)
downloadcrawl-ref-95d7f0cd5adbcf230d64aa2ee1ecda8ce9c80768.tar.gz
crawl-ref-95d7f0cd5adbcf230d64aa2ee1ecda8ce9c80768.zip
Allow handling old save package formats.
Diffstat (limited to 'crawl-ref/source/package.h')
-rw-r--r--crawl-ref/source/package.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/package.h b/crawl-ref/source/package.h
index e6d3592810..d78b351d22 100644
--- a/crawl-ref/source/package.h
+++ b/crawl-ref/source/package.h
@@ -94,7 +94,7 @@ private:
void free_block(len_t at, len_t size);
void seek(len_t to);
void fsck();
- void read_directory(len_t start);
+ void read_directory(len_t start, uint8_t version);
void trace_chunk(len_t start);
void load();
friend class chunk_writer;