mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Csystem): slight image variation.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user