WINTERMUTE: Make BDiskFile reset it's files after testing for compression.

This commit is contained in:
Einar Johan Trøan Sømåen 2012-06-04 03:36:50 +02:00
parent 8add2f10e8
commit 81e57690b2

View File

@ -118,6 +118,7 @@ Common::SeekableReadStream *openDiskFile(const Common::String &Filename, CBFileM
delete file;
file = NULL;
} else {
file->seek(0, SEEK_SET);
return file;
}