mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
(CctOpener): XMED entries not necessary are scripts.
This commit is contained in:
parent
6660b8aa41
commit
a3e2aa5848
@ -83,8 +83,6 @@ namespace GameRes.Formats.Selen
|
|||||||
entry.Type = DetectEdimType (arc, entry);
|
entry.Type = DetectEdimType (arc, entry);
|
||||||
else if (entry.Name.EndsWith (".bitd"))
|
else if (entry.Name.EndsWith (".bitd"))
|
||||||
entry.Type = "image";
|
entry.Type = "image";
|
||||||
else if (entry.Name.EndsWith (".xmed"))
|
|
||||||
entry.Type = "script";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user