mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 03:44:13 +08:00
(MblOpener): additional sanity check to reduce false positives.
This commit is contained in:
parent
c493e8a307
commit
6d5b49ab3e
@ -140,7 +140,7 @@ namespace GameRes.Formats.Marble
|
||||
dir.Add (entry);
|
||||
index_offset += 8;
|
||||
}
|
||||
if (0 == dir.Count)
|
||||
if (0 == dir.Count || (1 == dir.Count && count > 1))
|
||||
return null;
|
||||
if (contains_scripts)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user