mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 12:39:16 +08:00
(AniOpener): discard empty containers.
This commit is contained in:
parent
039eff6f32
commit
c5c996b092
@ -82,6 +82,8 @@ namespace GameRes.Formats.Ainos
|
||||
offset = next_offset;
|
||||
index_offset += 4;
|
||||
}
|
||||
if (0 == dir.Count)
|
||||
return null;
|
||||
return new ArcFile (file, this, dir);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user