mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
-debug.
This commit is contained in:
parent
eb53552bbc
commit
37539cc083
@ -260,7 +260,6 @@ namespace GameRes.Formats.DxLib
|
||||
if (0x2C != header.Length)
|
||||
return null;
|
||||
Decrypt (header, 0, header.Length, 4, key);
|
||||
Dump.Write (header);
|
||||
return new DxHeader {
|
||||
IndexSize = LittleEndian.ToUInt32 (header, 0),
|
||||
BaseOffset = LittleEndian.ToInt64 (header, 4),
|
||||
|
Loading…
x
Reference in New Issue
Block a user