mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 03:47:32 +00:00
Add invalid version used by French Simon2
svn-id: r14453
This commit is contained in:
parent
ab326af54e
commit
fd2e14f33c
@ -75,7 +75,7 @@ byte *loadVOCFromStream(Common::ReadStream *stream, int &size, int &rate, int &l
|
||||
int16 version = FROM_LE_16(fileHeader.version);
|
||||
int16 code = FROM_LE_16(fileHeader.id);
|
||||
assert(offset == sizeof(VocFileHeader));
|
||||
assert(version == 0x010A || version == 0x0114);
|
||||
assert(version == 0x010A || version == 0x0114 || version == 0x0100);
|
||||
assert(code == ~version + 0x1234);
|
||||
|
||||
int len;
|
||||
|
Loading…
x
Reference in New Issue
Block a user