mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(AniOpener): discard empty containers.
This commit is contained in:
@@ -82,6 +82,8 @@ namespace GameRes.Formats.Ainos
|
|||||||
offset = next_offset;
|
offset = next_offset;
|
||||||
index_offset += 4;
|
index_offset += 4;
|
||||||
}
|
}
|
||||||
|
if (0 == dir.Count)
|
||||||
|
return null;
|
||||||
return new ArcFile (file, this, dir);
|
return new ArcFile (file, this, dir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user