mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(CctOpener): XMED entries not necessary are scripts.
This commit is contained in:
@@ -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";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user