mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +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;
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user