(CctOpener): XMED entries not necessary are scripts.

This commit is contained in:
morkt 2016-06-06 21:19:38 +04:00
parent 6660b8aa41
commit a3e2aa5848

View File

@ -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";
} }
} }