(Csystem): slight image variation.

This commit is contained in:
morkt
2017-09-30 20:14:52 +04:00
parent d7d49c010b
commit d54305d3ff
2 changed files with 37 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ namespace GameRes.Formats.Cyberworks
{
if (!index.Read())
return null;
return new BellArchive (file, this, index.Dir, null);
return ArchiveFromDir (file, index.Dir, index.HasImages);
}
}
}