mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +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)
|
public override ImageData Read (IBinaryStream stream, ImageMetaData info)
|
||||||
{
|
{
|
||||||
var meta = (McgMetaData)info;
|
var meta = (McgMetaData)info;
|
||||||
byte key = Properties.Settings.Default.MCGLastKey;
|
byte key = 0;
|
||||||
if (101 == meta.Version)
|
if (101 == meta.Version || 100 == meta.Version)
|
||||||
{
|
{
|
||||||
if (null == LastKey)
|
if (null == LastKey)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user