mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(IntOpener.TryOpen): clear directory before attempting new entry size.
This commit is contained in:
parent
853ed0eaa8
commit
92caed4901
@ -146,6 +146,7 @@ namespace GameRes.Formats.CatSystem
|
||||
var dir = new List<Entry> (entry_count);
|
||||
foreach (var name_length in NameSizes)
|
||||
{
|
||||
dir.Clear();
|
||||
try
|
||||
{
|
||||
long current_offset = 8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user