mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(MCG): apply key to version 100 as well.
This commit is contained in:
parent
303bac1e7e
commit
ad22d60b4d
@ -105,8 +105,8 @@ namespace GameRes.Formats.FC01
|
||||
public override ImageData Read (IBinaryStream stream, ImageMetaData info)
|
||||
{
|
||||
var meta = (McgMetaData)info;
|
||||
byte key = Properties.Settings.Default.MCGLastKey;
|
||||
if (101 == meta.Version)
|
||||
byte key = 0;
|
||||
if (101 == meta.Version || 100 == meta.Version)
|
||||
{
|
||||
if (null == LastKey)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user