summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/store.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-14 03:50:17 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-14 03:50:17 -0800
commit704b61fedeafc27485cbe688b135b3f8ebd00955 (patch)
treee8e7663cd070b31c2b0d5f8189f6de1adb0d6e24 /crawl-ref/source/store.cc
parent843ae0761b1d04d05208b0a74d9d721e6ebbaeb5 (diff)
downloadcrawl-ref-704b61fedeafc27485cbe688b135b3f8ebd00955.tar.gz
crawl-ref-704b61fedeafc27485cbe688b135b3f8ebd00955.zip
Reset tag_minor_version to 0
Diffstat (limited to 'crawl-ref/source/store.cc')
-rw-r--r--crawl-ref/source/store.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/store.cc b/crawl-ref/source/store.cc
index f52a97d510..df8f5b345c 100644
--- a/crawl-ref/source/store.cc
+++ b/crawl-ref/source/store.cc
@@ -1329,12 +1329,6 @@ void CrawlHashTable::read(reader &th)
if (_size == 0)
return;
- if (th.getMinorVersion() < TAG_MINOR_SMALL_HASH)
- {
- unmarshallByte(th);
- unmarshallByte(th);
- }
-
init_hash_map();
for (hash_size i = 0; i < _size; i++)