mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
WINTERMUTE: Make BDiskFile reset it's files after testing for compression.
This commit is contained in:
parent
8add2f10e8
commit
81e57690b2
@ -118,6 +118,7 @@ Common::SeekableReadStream *openDiskFile(const Common::String &Filename, CBFileM
|
||||
delete file;
|
||||
file = NULL;
|
||||
} else {
|
||||
file->seek(0, SEEK_SET);
|
||||
return file;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user