(YpfOpener.DecryptYstb): updated supported version.

This commit is contained in:
morkt 2016-09-24 14:00:09 +04:00
parent 3497bcde41
commit a260143b68

View File

@ -354,7 +354,7 @@ namespace GameRes.Formats.YuRis
uint* header = (uint*)raw;
uint version = header[1];
int first_item, last_item;
if (version >= 0x1D9)
if (version >= 0x1CE)
{
first_item = 3;
last_item = 7;