mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(MC): header check.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace GameRes.Formats.Seraphim
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
if (file.View.ReadInt32 (0) != 0 || !file.View.AsciiEqual (4, "MCs"))
|
||||
if (file.View.ReadInt32 (0) != 0 || !file.View.AsciiEqual (4, "MC"))
|
||||
return null;
|
||||
int count = file.View.ReadInt32 (8);
|
||||
if (!IsSaneCount (count))
|
||||
|
||||
Reference in New Issue
Block a user