mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-26 23:24:00 +08:00
(ArcNEKO): MNG files are recognized by DetectFileType.
This commit is contained in:
parent
7031f56eb0
commit
e38644bab4
@ -157,8 +157,6 @@ namespace GameRes.Formats.Neko
|
||||
var res = AutoEntry.DetectFileType (signature);
|
||||
if (res != null)
|
||||
entry.ChangeType (res);
|
||||
else if (0x474E4D8A == signature)
|
||||
entry.Name = Path.ChangeExtension (entry.Name, "mng");
|
||||
else if (entry.Name.StartsWith ("script/"))
|
||||
entry.Type = "script";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user