mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 07:38:58 +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);
|
||||
else if (entry.Name.EndsWith (".bitd"))
|
||||
entry.Type = "image";
|
||||
else if (entry.Name.EndsWith (".xmed"))
|
||||
entry.Type = "script";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user