mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-15 18:14:30 +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